Show / Hide Table of Contents

Class ModelNotifySystem

Denotes an incrementalization system implementing parameter promotion

Inheritance
object
InstructionLevelNotifySystem
ModelNotifySystem
Implements
INotifySystem
Inherited Members
InstructionLevelNotifySystem.CreateLocal<T, TVar>(INotifyExpression<T>, INotifyExpression<TVar>, out string)
InstructionLevelNotifySystem.CreateExpression<T>(Expression, IEnumerable<ParameterExpression>, IDictionary<string, object>)
InstructionLevelNotifySystem.CreateReversableExpression<T>(Expression, IEnumerable<ParameterExpression>, IDictionary<string, object>)
InstructionLevelNotifySystem.CreateExpression(Expression, IEnumerable<ParameterExpression>, IDictionary<string, object>)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NMF.Expressions
Assembly: NMF.Expressions.Models.dll
Syntax
public class ModelNotifySystem : InstructionLevelNotifySystem, INotifySystem

Fields

| Edit this page View Source

Instance

The singleton instance

Declaration
public static readonly ModelNotifySystem Instance
Field Value
Type Description
ModelNotifySystem

Implements

INotifySystem

Extension Methods

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