Nevron .NET Vision
Nevron.Chart Namespace / NChartElement Class
Properties Methods


In This Topic
    NChartElement Class Members
    In This Topic

    The following tables list the members exposed by NChartElement.

    Public Properties
     NameDescription
    Public PropertyGets/sets the id of the element  
    Public PropertyUser defined name of the node  
    Public PropertyUser defined data associated with the node  
    Public PropertyGets/sets the unique id of the element  
    Top
    Public Methods
     NameDescription
    Public MethodCreates an identical copy of this object (Inherited from Nevron.Chart.NChartNode)
    Public MethodCreates an identical copy of the element, which differs only by the element unique id  
    Public Method (Inherited from Nevron.Chart.NChartNode)
    Public MethodGets a child or descendant attribute by its name  
    Public MethodGets the name of the specified child attribute  
    Public MethodCalled by child or descendants attributes when an attribute has changed  
    Public MethodCalled by child or descendants attributes when an attribute property has changed  
    Public MethodCalled by child or descendants attributes when an attribute property is changing  
    Public MethodReplaces any foreign unique ids (references to other nodes)  
    Public MethodSets a child or descendant attribute by its name  
    Public MethodOverriden to return the element name  
    Public Method (Inherited from Nevron.Chart.NChartNode)
    Top
    Protected Methods
     NameDescription
    Protected MethodCommits the current transaction  
    Protected MethodResumes the history service. Pair it with the StartProperty method.  
    Protected MethodObtains an context tree item from the specified unique id  
    Protected MethodGeneral property changed handler, which fires the NodePropertyChanged event (Inherited from Nevron.Chart.NChartNode)
    Protected MethodGeneral property changing handler, which fires the NodePropertyChanging event (Inherited from Nevron.Chart.NChartNode)
    Protected MethodSafely pauses the history service  
    Protected MethodRecords the state of the specified property before it is changed  
    Protected MethodOverloaded. Records the entire state of the node  
    Protected MethodSafely resumes the history service  
    Protected MethodRolls back the current transaction  
    Protected MethodRecords the state of the specified property before it is changed and pauses the history service. Pair it with the EndProperty method.  
    Protected MethodStarts a new transaction  
    Top
    See Also