Свойство | Type | Description | |
---|---|---|---|
attributeInfo | PssgAttributeInfo[] | ||
magic | string | ||
nodeInfo | PssgNodeInfo[] | ||
rootNode | PssgNode |
Méthode | Description | |
---|---|---|
AddAttribute ( |
||
AddAttributeInfo ( string name, |
||
AddNode ( |
||
AddNodeInfo ( string name ) : |
||
CreateSpecificTreeViewNode ( |
||
CreateSpecificTreeViewNode ( |
||
CreateTreeViewNode ( PssgNode node ) : TreeNode | ||
FindNodes ( string name, string attributeName = null, string attributeValue = null ) : List |
||
GetAttributeInfo ( string attributeInfoName ) : PssgAttributeInfo[] | ||
GetNodeInfo ( string nodeInfoName ) : PssgNodeInfo[] | ||
PssgFile ( ) : System | ||
PssgFile ( System fileStream ) : System | ||
RemoveAttribute ( PssgNode node, string attributeName ) : void | ||
RemoveAttributeInfo ( int id ) : void | ||
RemoveNode ( PssgNode node ) : void | ||
RemoveNodeInfo ( int id ) : void | ||
Write ( System fileStream ) : void | ||
WriteAsModel ( System fileStream ) : void |
public AddAttribute ( |
||
parentNode | ||
attributeID | int | |
data | object | |
Résultat |
public AddAttributeInfo ( string name, |
||
name | string | |
nodeInfo | ||
Résultat |
public AddNode ( |
||
parentNode | ||
nodeID | int | |
Résultat |
public AddNodeInfo ( string name ) : |
||
name | string | |
Résultat |
public CreateSpecificTreeViewNode ( |
||
tv | ||
nodeName | string | |
Résultat | void |
public CreateSpecificTreeViewNode ( |
||
tv | ||
nodeName | string | |
attributeName | string | |
attributeValue | string | |
Résultat | void |
public CreateTreeViewNode ( PssgNode node ) : TreeNode | ||
node | PssgNode | |
Résultat | TreeNode |
public FindNodes ( string name, string attributeName = null, string attributeValue = null ) : List |
||
name | string | |
attributeName | string | |
attributeValue | string | |
Résultat | List |
public GetAttributeInfo ( string attributeInfoName ) : PssgAttributeInfo[] | ||
attributeInfoName | string | |
Résultat | PssgAttributeInfo[] |
public GetNodeInfo ( string nodeInfoName ) : PssgNodeInfo[] | ||
nodeInfoName | string | |
Résultat | PssgNodeInfo[] |
public PssgFile ( System fileStream ) : System | ||
fileStream | System | |
Résultat | System |
public RemoveAttribute ( PssgNode node, string attributeName ) : void | ||
node | PssgNode | |
attributeName | string | |
Résultat | void |
public RemoveAttributeInfo ( int id ) : void | ||
id | int | |
Résultat | void |
public WriteAsModel ( System fileStream ) : void | ||
fileStream | System | |
Résultat | void |
public PssgAttributeInfo[] attributeInfo | ||
Résultat | PssgAttributeInfo[] |