Enum IncrementalizationStrategy
Denotes the different possibilities for a function incrementalization
Namespace: NMF.Expressions.IncrementalizationConfiguration
Assembly: NMF.Expressions.Configuration.dll
Syntax
[ModelRepresentationClass("http://nmf.codeplex.com/incrementalizationConfig#//IncrementalizationStrategy/")]
public enum IncrementalizationStrategy
Fields
Name | Description |
---|---|
ArgumentPromotion | Denotes that functions should be incrementalized by promoting cross-references to arguments |
InstructionLevel | Denotes that functions should be incrementalized on instruction-level |
ListenRepositoryChanges | Denotes that functions should be incrementalized by listening to repository changes |
UseAugmentation | Denotes that functions should be incrementalized by augmentations |