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