Property | Type | Description |
---|
Method | Description | |
---|---|---|
Deserialize ( System s ) : |
||
Deserialize ( string input ) : |
||
Deserialize ( string input, |
||
Deserialize ( string input, |
Deserializes workflow markup into an SinglePhase object
|
|
LoadFromFile ( string fileName ) : |
||
LoadFromFile ( string fileName, |
||
LoadFromFile ( string fileName, |
Deserializes xml markup from file into an SinglePhase object
|
|
SaveToFile ( string fileName, System &exception ) : bool |
Serializes current SinglePhase object into file
|
|
SaveToFile ( string fileName ) : void | ||
Serialize ( ) : string |
Serializes current SinglePhase object into an XML string
|
public static Deserialize ( System s ) : |
||
s | System | |
return |
public static Deserialize ( string input ) : |
||
input | string | |
return |
public static Deserialize ( string input, |
||
input | string | |
obj | ||
return | bool |
public static Deserialize ( string input, |
||
input | string | string workflow markup to deserialize |
obj | Output SinglePhase object | |
exception | System | output Exception value if deserialize failed |
return | bool |
public static LoadFromFile ( string fileName ) : |
||
fileName | string | |
return |
public static LoadFromFile ( string fileName, |
||
fileName | string | |
obj | ||
return | bool |
public static LoadFromFile ( string fileName, |
||
fileName | string | string xml file to load and deserialize |
obj | Output SinglePhase object | |
exception | System | output Exception value if deserialize failed |
return | bool |
public SaveToFile ( string fileName, System &exception ) : bool | ||
fileName | string | full path of outupt xml file |
exception | System | output Exception value if failed |
return | bool |