Property | Type | Description |
---|
Method | Description | |
---|---|---|
Deserialize ( string xml ) : |
||
Deserialize ( string xml, |
||
Deserialize ( string xml, |
Deserializes workflow markup into an FileFormatType object
|
|
LoadFromFile ( string fileName ) : |
||
LoadFromFile ( string fileName, |
||
LoadFromFile ( string fileName, |
Deserializes xml markup from file into an FileFormatType object
|
|
SaveToFile ( string fileName, System &exception ) : bool |
Serializes current FileFormatType object into file
|
|
SaveToFile ( string fileName ) : void | ||
Serialize ( ) : string |
Serializes current FileFormatType object into an XML document
|
public static Deserialize ( string xml ) : |
||
xml | string | |
return |
public static Deserialize ( string xml, |
||
xml | string | |
obj | ||
return | bool |
public static Deserialize ( string xml, |
||
xml | string | string workflow markup to deserialize |
obj | Output FileFormatType 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 FileFormatType 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 |