Table of Contents

Interface IConfiguration

Namespace
NMF.Expressions.IncrementalizationConfiguration
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; }

Property Value

IListExpression<IMethodConfiguration>