Table of Contents

Enum IncrementalizationStrategy

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

Denotes the different possibilities for a function incrementalization

[ModelRepresentationClass("http://nmf.codeplex.com/incrementalizationConfig#//IncrementalizationStrategy/")]
public enum IncrementalizationStrategy
Extension Methods

Fields

ArgumentPromotion = 1

Denotes that functions should be incrementalized by promoting cross-references to arguments

InstructionLevel = 0

Denotes that functions should be incrementalized on instruction-level

ListenRepositoryChanges = 2

Denotes that functions should be incrementalized by listening to repository changes

UseAugmentation = 3

Denotes that functions should be incrementalized by augmentations