Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
Clone ( ) : |
Create a clone of this HI object
|
|
Deserialize ( Stream s ) : HI | ||
Deserialize ( string input ) : HI | ||
Deserialize ( string input, HI &obj ) : bool | ||
Deserialize ( string input, HI &obj, Exception &exception ) : bool |
Deserializes workflow markup into an HI object
|
|
LoadFromFile ( string fileName ) : HI | ||
LoadFromFile ( string fileName, HI &obj ) : bool | ||
LoadFromFile ( string fileName, HI &obj, Exception &exception ) : bool |
Deserializes xml markup from file into an HI object
|
|
SaveToFile ( string fileName, Exception &exception ) : bool |
Serializes current HI object into file
|
|
SaveToFile ( string fileName ) : void | ||
Serialize ( ) : string |
Serializes current HI object into an XML string
|
public static Deserialize ( Stream s ) : HI | ||
s | Stream | |
Résultat | HI |
public static Deserialize ( string input ) : HI | ||
input | string | |
Résultat | HI |
public static Deserialize ( string input, HI &obj ) : bool | ||
input | string | |
obj | HI | |
Résultat | bool |
public static Deserialize ( string input, HI &obj, Exception &exception ) : bool | ||
input | string | string workflow markup to deserialize |
obj | HI | Output HI object |
exception | Exception | output Exception value if deserialize failed |
Résultat | bool |
public static LoadFromFile ( string fileName ) : HI | ||
fileName | string | |
Résultat | HI |
public static LoadFromFile ( string fileName, HI &obj ) : bool | ||
fileName | string | |
obj | HI | |
Résultat | bool |
public static LoadFromFile ( string fileName, HI &obj, Exception &exception ) : bool | ||
fileName | string | string xml file to load and deserialize |
obj | HI | Output HI object |
exception | Exception | output Exception value if deserialize failed |
Résultat | bool |
public SaveToFile ( string fileName, Exception &exception ) : bool | ||
fileName | string | full path of outupt xml file |
exception | Exception | output Exception value if failed |
Résultat | bool |
public SaveToFile ( string fileName ) : void | ||
fileName | string | |
Résultat | void |