Spread WPF 15
GrapeCity.CalcEngine Namespace / CalcNode Class
Properties Methods

In This Topic
    CalcNode Class Members
    In This Topic

    The following tables list the members exposed by CalcNode.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the CalcNode class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the dependents nodes which indicates what nodes are affected by value of current node.  
    Public PropertyGets the id.  
    Public PropertyGets a value indicating whether this instance is dirty.  
    Public PropertyGets or sets the precedents nodes which indicates what nodes affect the value of the current node.  
    Public PropertyGets the source.  
    Top
    Public Methods
     NameDescription
    Public MethodDetermines whether the specified System.Object is equal to this instance.  
    Public MethodReturns a hash code for this instance.  
    Top
    Public Operators
    Implements the operator ==.
    Implements the operator !=.
    Top
    See Also