| CollectionNodeTElement Class |
Namespace: Lawo.EmberPlusSharp.Model
public sealed class CollectionNode<TElement> : CollectionNode<CollectionNode<TElement>, TElement> where TElement : IElement
The CollectionNodeTElement type exposes the following members.
| Name | Description | |
|---|---|---|
| Children | Gets the children of this node. (Inherited from CollectionNodeTMostDerived, TElement.) | |
| ChildrenRetrievalPolicy | Gets or sets the policy for this node. (Inherited from NodeBaseTMostDerived.) | |
| Description | Gets description. (Inherited from Element.) | |
| Identifier | Gets identifier. (Inherited from Element.) | |
| IsOnline | Gets a value indicating whether this element is online. (Inherited from NodeBaseTMostDerived.) | |
| IsRoot | Gets a value indicating whether this is a root node. (Inherited from NodeTMostDerived.) | |
| Item | Gets the child where Number equals number. (Inherited from CollectionNodeTMostDerived, TElement.) | |
| Number | Gets number. (Inherited from Element.) | |
| Parent | Gets the parent of this element. (Inherited from Element.) | |
| SchemaIdentifiers | Gets schemaIdentifiers. (Inherited from ElementWithSchemasTMostDerived.) | |
| Tag | Gets or sets an arbitrary object value that can be used to store custom information about this
object. (Inherited from Element.) |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetElement | Gets the element with the path path relative to this node. (Inherited from NodeTMostDerived.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetPath | Gets the full path of this element. (Inherited from Element.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| PropertyChanged | Occurs when a property value changes. (Inherited from NotifyPropertyChanged.) |