Show / Hide Table of Contents

Interface IMethodConfiguration

The public interface for MethodConfiguration

Inherited Members
IModelElement.Delete()
IModelElement.Deleted
IModelElement.Deleting
IModelElement.IsIdentified
IModelElement.ToIdentifierString()
IModelElement.RelativeUri
IModelElement.AbsoluteUri
IModelElement.Resolve(Uri)
IModelElement.GetContainerReference(IModelElement, out int)
IModelElement.Model
IModelElement.Parent
IModelElement.ParentChanged
IModelElement.Children
IModelElement.ReferencedElements
IModelElement.Extensions
IModelElement.GetExtension<T>()
IModelElement.GetClass()
IModelElement.GetAttributeValue(IAttribute, int)
IModelElement.GetAttributeValues(IAttribute)
IModelElement.CallOperation(IOperation, params object[])
IModelElement.GetReferencedElement(IReference, int)
IModelElement.SetReferencedElement(IReference, IModelElement)
IModelElement.GetReferencedElements(IReference)
IModelElement.SetAttributeValue(IAttribute, object)
IModelElement.Freeze()
IModelElement.Lock()
IModelElement.Unlock()
IModelElement.TryUnlock()
IModelElement.IsFrozen
IModelElement.IsLocked
IModelElement.BubbledChange
INotifyPropertyChanged.PropertyChanged
INotifyPropertyChanging.PropertyChanging
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 Source

AllowedStrategies

The allowedStrategies property

Declaration
IListExpression<IncrementalizationStrategy> AllowedStrategies { get; }
Property Value
Type Description
IListExpression<IncrementalizationStrategy>
| Edit this page View Source

MethodIdentifier

The methodIdentifier property

Declaration
string MethodIdentifier { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Strategy

The strategy property

Declaration
IncrementalizationStrategy Strategy { get; set; }
Property Value
Type Description
IncrementalizationStrategy

Events

| Edit this page View Source

MethodIdentifierChanged

Gets fired when the MethodIdentifier property changed its value

Declaration
event EventHandler<ValueChangedEventArgs> MethodIdentifierChanged
Event Type
Type Description
EventHandler<ValueChangedEventArgs>
| Edit this page View Source

MethodIdentifierChanging

Gets fired before the MethodIdentifier property changes its value

Declaration
event EventHandler<ValueChangedEventArgs> MethodIdentifierChanging
Event Type
Type Description
EventHandler<ValueChangedEventArgs>
| Edit this page View Source

StrategyChanged

Gets fired when the Strategy property changed its value

Declaration
event EventHandler<ValueChangedEventArgs> StrategyChanged
Event Type
Type Description
EventHandler<ValueChangedEventArgs>
| Edit this page View Source

StrategyChanging

Gets fired before the Strategy property changes its value

Declaration
event EventHandler<ValueChangedEventArgs> StrategyChanging
Event Type
Type Description
EventHandler<ValueChangedEventArgs>

Extension Methods

ExpressionExtensions.AsOne<T>(T)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX