| INode Interface |
Namespace: Lawo.EmberPlusSharp.Model
public interface INode : IElementWithSchemas, IElement, INotifyPropertyChanged
The INode type exposes the following members.
| Name | Description | |
|---|---|---|
| Children | Gets the children of this node. | |
| ChildrenRetrievalPolicy | Gets or sets the policy for this node. | |
| Description | Gets description. (Inherited from IElement.) | |
| Identifier | Gets identifier. (Inherited from IElement.) | |
| IsOnline | Gets a value indicating whether this element is online. (Inherited from IElement.) | |
| IsRoot | Gets a value indicating whether this is a root node. | |
| Item | Gets the child where Number equals number. | |
| Number | Gets number. (Inherited from IElement.) | |
| Parent | Gets the parent of this element. (Inherited from IElement.) | |
| SchemaIdentifiers | Gets schemaIdentifiers. (Inherited from IElementWithSchemas.) | |
| Tag | Gets or sets an arbitrary object value that can be used to store custom information about this
object. (Inherited from IElement.) |
| Name | Description | |
|---|---|---|
| GetElement | Gets the element with the path path relative to this node. | |
| GetPath | Gets the full path of this element. (Inherited from IElement.) |
| Name | Description | |
|---|---|---|
| PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |