Interface IMethodConfiguration
The public interface for MethodConfiguration
Inherited Members
Namespace: NMF.Expressions.IncrementalizationConfiguration
Assembly: NMF.Expressions.Configuration.dll
Syntax
[DefaultImplementationType(typeof(MethodConfiguration))]
[XmlDefaultImplementationType(typeof(MethodConfiguration))]
public interface IMethodConfiguration : IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceAllowedStrategies
The allowedStrategies property
Declaration
IListExpression<IncrementalizationStrategy> AllowedStrategies { get; }
Property Value
Type | Description |
---|---|
IListExpression<IncrementalizationStrategy> |
MethodIdentifier
The methodIdentifier property
Declaration
string MethodIdentifier { get; set; }
Property Value
Type | Description |
---|---|
string |
Strategy
The strategy property
Declaration
IncrementalizationStrategy Strategy { get; set; }
Property Value
Type | Description |
---|---|
IncrementalizationStrategy |
Events
| Edit this page View SourceMethodIdentifierChanged
Gets fired when the MethodIdentifier property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> MethodIdentifierChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
MethodIdentifierChanging
Gets fired before the MethodIdentifier property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> MethodIdentifierChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
StrategyChanged
Gets fired when the Strategy property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> StrategyChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
StrategyChanging
Gets fired before the Strategy property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> StrategyChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |