Property | Type | Description | |
---|---|---|---|
ParentNode | |||
TreeNode | |||
attributes | PssgAttribute>.Dictionary | ||
data | byte[] | ||
id | int | ||
isDataNode | bool | ||
subNodes | AoMBrgEditor.PssgNode[] |
Method | Description | |
---|---|---|
AddAttributeInfo ( int id ) : void | ||
FindNodes ( string nodeName, string attributeName = null, string attributeValue = null ) : List |
||
HasAttribute ( int attributeID ) : bool |
Determines whether the current node has an attribute with the specified id.
|
|
HasAttribute ( string attributeName ) : bool | ||
PssgNode ( |
||
PssgNode ( |
||
PssgNode ( int id, |
||
RemoveAttributeInfo ( int id ) : void | ||
RemoveNodeInfo ( int id ) : void | ||
ToString ( ) : string | ||
UpdateSize ( ) : void | ||
Write ( |
||
this ( int attributeID ) : |
Gets or sets the node attribute associated with the specified attribute id.
|
|
this ( string attributeName ) : |
public FindNodes ( string nodeName, string attributeName = null, string attributeValue = null ) : List |
||
nodeName | string | |
attributeName | string | |
attributeValue | string | |
return | List |
public HasAttribute ( int attributeID ) : bool | ||
attributeID | int | The id of the attribute to find. |
return | bool |
public HasAttribute ( string attributeName ) : bool | ||
attributeName | string | |
return | bool |
public PssgNode ( |
||
reader | ||
file | ||
node | ||
useDataNodeCheck | bool | |
return | System |
public PssgNode ( |
||
nodeToCopy | ||
return | System |
public PssgNode ( int id, |
||
id | int | |
file | ||
node | ||
isDataNode | bool | |
return | System |
public Write ( |
||
writer | ||
return | void |
public this ( int attributeID ) : |
||
attributeID | int | The id of the attribute to get or set. |
return |
public this ( string attributeName ) : |
||
attributeName | string | |
return |
public TreeNode,System.Windows.Forms TreeNode | ||
return |