Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
ControllerOperatingSystem ( ) : System | ||
Deserialize ( System s ) : |
||
Deserialize ( string input ) : |
||
Deserialize ( string input, |
||
Deserialize ( string input, |
Deserializes workflow markup into an ControllerOperatingSystem object
|
|
LoadFromFile ( string fileName ) : |
||
LoadFromFile ( string fileName, |
||
LoadFromFile ( string fileName, |
Deserializes xml markup from file into an ControllerOperatingSystem object
|
|
SaveToFile ( string fileName, System &exception ) : bool |
Serializes current ControllerOperatingSystem object into file
|
|
SaveToFile ( string fileName ) : void | ||
Serialize ( ) : string |
Serializes current ControllerOperatingSystem object into an XML string
|
|
ShouldSerializeOperatingSystemUpdates ( ) : bool |
Test whether OperatingSystemUpdates should be serialized
|
|
ToString ( ) : string | ||
Validate ( SchemaValidationResult errors ) : bool |
public ControllerOperatingSystem ( ) : System | ||
Résultat | System |
public static Deserialize ( System s ) : |
||
s | System | |
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 ControllerOperatingSystem 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 ControllerOperatingSystem 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 |
public ShouldSerializeOperatingSystemUpdates ( ) : bool | ||
Résultat | bool |
public Validate ( SchemaValidationResult errors ) : bool | ||
errors | SchemaValidationResult | |
Résultat | bool |