Show / Hide Table of Contents

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

Extension Methods

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