Property | Type | Description | |
---|---|---|---|
m_bIsForVertex | System.Boolean | ||
m_eType | AttributeType | ||
m_oDefaultAttributeValue | Object | ||
m_sID | String | ||
m_sName | String |
Method | Description | |
---|---|---|
GetAttributeValue ( |
||
GraphMLAttribute ( |
Initializes a new instance of the GraphMLAttribute class.
|
|
TryGetDefaultAttributeValue ( Object &defaultAttributeValue ) : System.Boolean |
Method | Description | |
---|---|---|
ConvertAttributeValue ( String sAttributeValue ) : Object | ||
ParseKeyXmlNode ( |
Method | Description | |
---|---|---|
AssertValid ( ) : void |
protected ConvertAttributeValue ( String sAttributeValue ) : Object | ||
sAttributeValue | String | |
return | Object |
public GetAttributeValue ( |
||
dataXmlNode | ||
return | Object |
public GraphMLAttribute ( |
||
keyXmlNode | /// A "key" XML node representing a Graph-ML attribute. /// | |
xmlNamespaceManager | /// XML namespace manager. /// | |
graphMLPrefix | String |
/// The prefix specified for the GraphML namespace when |
return | System |
protected ParseKeyXmlNode ( |
||
oKeyXmlNode | ||
oXmlNamespaceManager | ||
sGraphMLPrefix | String | |
return | void |
public TryGetDefaultAttributeValue ( Object &defaultAttributeValue ) : System.Boolean | ||
defaultAttributeValue | Object | |
return | System.Boolean |
protected Object m_oDefaultAttributeValue | ||
return | Object |