Interface IConfiguration
The public interface for Configuration
Inherited Members
Namespace: NMF.Expressions.IncrementalizationConfiguration
Assembly: NMF.Expressions.Configuration.dll
Syntax
[DefaultImplementationType(typeof(Configuration))]
[XmlDefaultImplementationType(typeof(Configuration))]
public interface IConfiguration : IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceMethodConfigurations
The methodConfigurations property
Declaration
IListExpression<IMethodConfiguration> MethodConfigurations { get; }
Property Value
Type | Description |
---|---|
IListExpression<IMethodConfiguration> |