Method | Description | |
---|---|---|
ContainsKey ( string key ) : bool | ||
Create ( string output ) : void | ||
GetValue ( string key ) : string | ||
ParseXmlForStatus ( ) : void |
public static ContainsKey ( string key ) : bool | ||
key | string | |
return | bool |
public static Create ( string output ) : void | ||
output | string | |
return | void |
public static GetValue ( string key ) : string | ||
key | string | |
return | string |