Property | Type | Description | |
---|---|---|---|
FormatTagName | string | ||
GetTagValue | string |
Method | Description | |
---|---|---|
GetTagValue ( string tagID, double version ) : string | ||
GetXMLAtt ( System manager, string tagID, double version, |
||
GetXMLAtt ( System manager, string tagID, double version, |
||
GetXMLAtt ( string tagID, double version, |
||
GetXMLAtt ( string tagID, double version, |
||
GetXMLNode ( System manager, string tagID, double version, |
||
GetXMLNode ( string tagID, double version, |
||
TagMatches ( System manager, string tagID, string tag, double version ) : bool | ||
TagMatches ( System manager, string tagID, string tag, double version, System.StringComparison comparisonType ) : bool | ||
TagMatches ( string tagID, string tag, double version ) : bool | ||
TagMatches ( string tagID, string tag, double version, System.StringComparison comparisonType ) : bool |
Method | Description | |
---|---|---|
FormatTagName ( string tagID, double version ) : string | ||
GetTagValue ( System manager, string tagID, double version ) : string |
public static GetTagValue ( string tagID, double version ) : string | ||
tagID | string | |
version | double | |
return | string |
public static GetXMLAtt ( System manager, string tagID, double version, |
||
manager | System | |
tagID | string | |
version | double | |
el | ||
return |
public static GetXMLAtt ( System manager, string tagID, double version, |
||
manager | System | |
tagID | string | |
version | double | |
node | ||
return |
public static GetXMLAtt ( string tagID, double version, |
||
tagID | string | |
version | double | |
el | ||
return |
public static GetXMLAtt ( string tagID, double version, |
||
tagID | string | |
version | double | |
node | ||
return |
public static GetXMLNode ( System manager, string tagID, double version, |
||
manager | System | |
tagID | string | |
version | double | |
node | ||
return |
public static GetXMLNode ( string tagID, double version, |
||
tagID | string | |
version | double | |
node | ||
return |
public static TagMatches ( System manager, string tagID, string tag, double version ) : bool | ||
manager | System | |
tagID | string | |
tag | string | |
version | double | |
return | bool |
public static TagMatches ( System manager, string tagID, string tag, double version, System.StringComparison comparisonType ) : bool | ||
manager | System | |
tagID | string | |
tag | string | |
version | double | |
comparisonType | System.StringComparison | |
return | bool |
public static TagMatches ( string tagID, string tag, double version ) : bool | ||
tagID | string | |
tag | string | |
version | double | |
return | bool |
public static TagMatches ( string tagID, string tag, double version, System.StringComparison comparisonType ) : bool | ||
tagID | string | |
tag | string | |
version | double | |
comparisonType | System.StringComparison | |
return | bool |