Interface IConfiguration
- Assembly
- NMF.Expressions.Configuration.dll
The public interface for Configuration
[DefaultImplementationType(typeof(Configuration))]
[XmlDefaultImplementationType(typeof(Configuration))]
public interface IConfiguration : IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
- Extension Methods
Properties
MethodConfigurations
The methodConfigurations property
IListExpression<IMethodConfiguration> MethodConfigurations { get; }