Property | Type | Description |
---|
Method | Description | |
---|---|---|
Deserialize ( System s ) : TestEquipmentInstanceSubSystem | ||
Deserialize ( string input ) : TestEquipmentInstanceSubSystem | ||
Deserialize ( string input, TestEquipmentInstanceSubSystem &obj ) : bool | ||
Deserialize ( string input, TestEquipmentInstanceSubSystem &obj, System &exception ) : bool |
Deserializes workflow markup into an TestEquipmentInstanceSubSystem object
|
|
LoadFromFile ( string fileName ) : TestEquipmentInstanceSubSystem | ||
LoadFromFile ( string fileName, TestEquipmentInstanceSubSystem &obj ) : bool | ||
LoadFromFile ( string fileName, TestEquipmentInstanceSubSystem &obj, System &exception ) : bool |
Deserializes xml markup from file into an TestEquipmentInstanceSubSystem object
|
|
SaveToFile ( string fileName, System &exception ) : bool |
Serializes current TestEquipmentInstanceSubSystem object into file
|
|
SaveToFile ( string fileName ) : void | ||
Serialize ( ) : string |
Serializes current TestEquipmentInstanceSubSystem object into an XML string
|
public static Deserialize ( System s ) : TestEquipmentInstanceSubSystem | ||
s | System | |
return | TestEquipmentInstanceSubSystem |
public static Deserialize ( string input ) : TestEquipmentInstanceSubSystem | ||
input | string | |
return | TestEquipmentInstanceSubSystem |
public static Deserialize ( string input, TestEquipmentInstanceSubSystem &obj ) : bool | ||
input | string | |
obj | TestEquipmentInstanceSubSystem | |
return | bool |
public static Deserialize ( string input, TestEquipmentInstanceSubSystem &obj, System &exception ) : bool | ||
input | string | string workflow markup to deserialize |
obj | TestEquipmentInstanceSubSystem | Output TestEquipmentInstanceSubSystem object |
exception | System | output Exception value if deserialize failed |
return | bool |
public static LoadFromFile ( string fileName ) : TestEquipmentInstanceSubSystem | ||
fileName | string | |
return | TestEquipmentInstanceSubSystem |
public static LoadFromFile ( string fileName, TestEquipmentInstanceSubSystem &obj ) : bool | ||
fileName | string | |
obj | TestEquipmentInstanceSubSystem | |
return | bool |
public static LoadFromFile ( string fileName, TestEquipmentInstanceSubSystem &obj, System &exception ) : bool | ||
fileName | string | string xml file to load and deserialize |
obj | TestEquipmentInstanceSubSystem | Output TestEquipmentInstanceSubSystem 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 |