Table of Contents

Interface IMethodConfiguration

Namespace
NMF.Expressions.IncrementalizationConfiguration
Assembly
NMF.Expressions.Configuration.dll

The public interface for MethodConfiguration

[DefaultImplementationType(typeof(MethodConfiguration))]
[XmlDefaultImplementationType(typeof(MethodConfiguration))]
public interface IMethodConfiguration : IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members
Extension Methods

Properties

AllowedStrategies

The allowedStrategies property

IListExpression<IncrementalizationStrategy> AllowedStrategies { get; }

Property Value

IListExpression<IncrementalizationStrategy>

MethodIdentifier

The methodIdentifier property

string MethodIdentifier { get; set; }

Property Value

string

Strategy

The strategy property

IncrementalizationStrategy Strategy { get; set; }

Property Value

IncrementalizationStrategy

Events

MethodIdentifierChanged

Gets fired when the MethodIdentifier property changed its value

event EventHandler<ValueChangedEventArgs> MethodIdentifierChanged

Event Type

EventHandler<ValueChangedEventArgs>

MethodIdentifierChanging

Gets fired before the MethodIdentifier property changes its value

event EventHandler<ValueChangedEventArgs> MethodIdentifierChanging

Event Type

EventHandler<ValueChangedEventArgs>

StrategyChanged

Gets fired when the Strategy property changed its value

event EventHandler<ValueChangedEventArgs> StrategyChanged

Event Type

EventHandler<ValueChangedEventArgs>

StrategyChanging

Gets fired before the Strategy property changes its value

event EventHandler<ValueChangedEventArgs> StrategyChanging

Event Type

EventHandler<ValueChangedEventArgs>