Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
Deserialize ( Stream s ) : |
||
Deserialize ( string input ) : |
||
Deserialize ( string input, |
||
Deserialize ( string input, |
Deserializes workflow markup into an Specification object
|
|
LoadFromFile ( string fileName ) : |
||
LoadFromFile ( string fileName, |
||
LoadFromFile ( string fileName, |
Deserializes xml markup from file into an Specification object
|
|
SaveToFile ( string fileName, |
Serializes current Specification object into file
|
|
SaveToFile ( string fileName ) : void | ||
Serialize ( ) : string |
Serializes current Specification object into an XML string
|
|
ShouldSerializeConditions ( ) : bool |
Test whether Conditions should be serialized
|
|
ShouldSerializeExclusiveOptions ( ) : bool |
Test whether ExclusiveOptions should be serialized
|
|
ShouldSerializeLimits ( ) : bool |
Test whether Limits should be serialized
|
|
ShouldSerializeRequiredOptions ( ) : bool |
Test whether RequiredOptions should be serialized
|
|
ShouldSerializeSupplementalInformation ( ) : bool |
Test whether SupplementalInformation should be serialized
|
public static Deserialize ( Stream s ) : |
||
s | Stream | |
Résultat |
public static Deserialize ( string input ) : |
||
input | string | |
Résultat |
public static Deserialize ( string input, |
||
input | string | |
obj | ||
Résultat | bool |
public static Deserialize ( string input, |
||
input | string | string workflow markup to deserialize |
obj | Output Specification object | |
exception | 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 Specification object | |
exception | output Exception value if deserialize failed | |
Résultat | bool |
public SaveToFile ( string fileName, |
||
fileName | string | full path of outupt xml file |
exception | output Exception value if failed | |
Résultat | bool |
public SaveToFile ( string fileName ) : void | ||
fileName | string | |
Résultat | void |
public ShouldSerializeConditions ( ) : bool | ||
Résultat | bool |
public ShouldSerializeExclusiveOptions ( ) : bool | ||
Résultat | bool |
public ShouldSerializeRequiredOptions ( ) : bool | ||
Résultat | bool |
public ShouldSerializeSupplementalInformation ( ) : bool | ||
Résultat | bool |