PropertyExpression Properties |
The PropertyExpression type exposes the following members.
| Name | Description | |
|---|---|---|
| forTreeview |
Name format used for textual tree view representation
(Inherited from graphNode.) | |
| host | Host instance at this expression node | |
| hostType | Type of the host instance at this expression node | |
| isInsideDictionary | ||
| isInsideList | ||
| isLeaf |
Gets a value indicating whether this instance is leaf.
(Inherited from graphNodeBase.) | |
| IsReady |
Gets a value indicating whether this instance is ready for reading value
| |
| IsWritable |
Gets a value indicating whether this instance is writable.
| |
| Item |
Gets or sets the IGraphNode with the specified key.
(Inherited from graphNode.) | |
| Leaf |
Opposite to root -- the last child
| |
| level |
Gets the depth level, where 1 is the root
(Inherited from graphNodeBase.) | |
| name | (Overrides graphNodeBasename.) | |
| parent |
Referenca prema parent objektu
(Inherited from graphNodeBase.) | |
| parentExpression |
Parent expression node
| |
| path |
Putanja objekta
(Inherited from graphNodeBase.) | |
| pathSeparator |
Gets the path separator used in this path format - if its not set it will look for parent's default path separator to set it. If there is no parent, it will use defaultPathSeparator (Inherited from graphNodeBase.) | |
| property | Property information about this expression node | |
| root |
Gets the root.
(Inherited from graphNodeBase.) | |
| state |
State of this expression node, indicating if it was solved or not
| |
| undesolvedPart |
Part of the expression path that left unresolved
| |
| valueType |
Type of the value that is pointed by property expression
|