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