C# Class ATMLModelLibrary.model.equipment.TestEquipmentInstance

Inheritance: ATMLModelLibrary.model.common.HardwareInstance
Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Deserialize ( System s ) : TestEquipmentInstance
Deserialize ( string input ) : TestEquipmentInstance
Deserialize ( string input, TestEquipmentInstance &obj ) : bool
Deserialize ( string input, TestEquipmentInstance &obj, System &exception ) : bool

Deserializes workflow markup into an TestEquipmentInstance object

LoadFromFile ( string fileName ) : TestEquipmentInstance
LoadFromFile ( string fileName, TestEquipmentInstance &obj ) : bool
LoadFromFile ( string fileName, TestEquipmentInstance &obj, System &exception ) : bool

Deserializes xml markup from file into an TestEquipmentInstance object

SaveToFile ( string fileName, System &exception ) : bool

Serializes current TestEquipmentInstance object into file

SaveToFile ( string fileName ) : void
Serialize ( ) : string

Serializes current TestEquipmentInstance object into an XML string

ShouldSerializeControllers ( ) : bool

Test whether Controllers should be serialized

ShouldSerializePaths ( ) : bool

Test whether Paths should be serialized

ShouldSerializeSelfTestRuns ( ) : bool

Test whether SelfTestRuns should be serialized

ShouldSerializeSoftware ( ) : bool

Test whether Software should be serialized

ShouldSerializeSubSystemCalibration ( ) : bool

Test whether SubSystemCalibration should be serialized

TestEquipmentInstance ( ) : System

Method Details

Deserialize() public static method

public static Deserialize ( System s ) : TestEquipmentInstance
s System
return TestEquipmentInstance

Deserialize() public static method

public static Deserialize ( string input ) : TestEquipmentInstance
input string
return TestEquipmentInstance

Deserialize() public static method

public static Deserialize ( string input, TestEquipmentInstance &obj ) : bool
input string
obj TestEquipmentInstance
return bool

Deserialize() public static method

Deserializes workflow markup into an TestEquipmentInstance object
public static Deserialize ( string input, TestEquipmentInstance &obj, System &exception ) : bool
input string string workflow markup to deserialize
obj TestEquipmentInstance Output TestEquipmentInstance object
exception System output Exception value if deserialize failed
return bool

LoadFromFile() public static method

public static LoadFromFile ( string fileName ) : TestEquipmentInstance
fileName string
return TestEquipmentInstance

LoadFromFile() public static method

public static LoadFromFile ( string fileName, TestEquipmentInstance &obj ) : bool
fileName string
obj TestEquipmentInstance
return bool

LoadFromFile() public static method

Deserializes xml markup from file into an TestEquipmentInstance object
public static LoadFromFile ( string fileName, TestEquipmentInstance &obj, System &exception ) : bool
fileName string string xml file to load and deserialize
obj TestEquipmentInstance Output TestEquipmentInstance object
exception System output Exception value if deserialize failed
return bool

SaveToFile() public method

Serializes current TestEquipmentInstance object into file
public SaveToFile ( string fileName, System &exception ) : bool
fileName string full path of outupt xml file
exception System output Exception value if failed
return bool

SaveToFile() public method

public SaveToFile ( string fileName ) : void
fileName string
return void

Serialize() public method

Serializes current TestEquipmentInstance object into an XML string
public Serialize ( ) : string
return string

ShouldSerializeControllers() public method

Test whether Controllers should be serialized
public ShouldSerializeControllers ( ) : bool
return bool

ShouldSerializePaths() public method

Test whether Paths should be serialized
public ShouldSerializePaths ( ) : bool
return bool

ShouldSerializeSelfTestRuns() public method

Test whether SelfTestRuns should be serialized
public ShouldSerializeSelfTestRuns ( ) : bool
return bool

ShouldSerializeSoftware() public method

Test whether Software should be serialized
public ShouldSerializeSoftware ( ) : bool
return bool

ShouldSerializeSubSystemCalibration() public method

Test whether SubSystemCalibration should be serialized
public ShouldSerializeSubSystemCalibration ( ) : bool
return bool

TestEquipmentInstance() public method

public TestEquipmentInstance ( ) : System
return System