[This is preliminary documentation and is subject to change.]
This class supports Persistate infrastructure and is not inteded for
use in open code.
| C# |
public struct NodeType : IMultiValue
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| NodeType(Int32) | Creates a new NodeType from an integer value. | |
| _undefined_ | This is the default NodeType value. | |
| Equals(Object) | Performs an equality comparison with another object. (Overrides ValueType.Equals(Object).) | |
| ExplicitNarrowingExplicitExplicitExplicit(NodeType to String) | Explicit conversion from NodeType to string. | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() | Creates a hash code for the NodeType. (Overrides ValueType.GetHashCode()()()().) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ImplicitWideningImplicitImplicitImplicit(NodeType to Int32) | Implicit conversion from NodeType to int. | |
| ImplicitWideningImplicitImplicitImplicit(Int32 to NodeType) | Implicit conversion from int to NodeType. | |
| ImplicitWideningImplicitImplicitImplicit(String to NodeType) | Implicit conversion from string to NodeType. | |
| IsCombinable | Indicates whether NodeType values can be combined. | |
| Member | This is the value for member. | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ordinal | Contains the value of the NodeType. | |
| Ordinal | Gets the integer ordinal value of this NodeType. | |
| Parse(String) | Parses a string containing a textual representation of an NodeType. | |
| Root | This is the value for root. | |
| sourcePairs | This array contains one source pair for each NodeType value. | |
| SourcePairs | Gets the array of ISourcePairs holding ordinal and text values. | |
| ToBaseClass | This is the value for to base class. | |
| ToParent | This is the value for to parent. | |
| TopValue | This is the value for the top value. | |
| ToString()()()() | Creates a textual representation of the NodeType. (Overrides ValueType.ToString()()()().) | |
| ToSubClass | This is the value for to sub class. |
Represents the type of a ViewNode.