C# Class ATMLModelLibrary.model.equipment.TestEquipment

Inheritance: HardwareItemDescription
Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Deserializes workflow markup into an TestEquipment object

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

Deserializes xml markup from file into an TestEquipment object

SaveToFile ( string fileName, System &exception ) : bool

Serializes current TestEquipment object into file

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

Serializes current TestEquipment object into an XML string

ShouldSerializeControllers ( ) : bool

Test whether Controllers should be serialized

ShouldSerializePaths ( ) : bool

Test whether Paths should be serialized

ShouldSerializeResources ( ) : bool

Test whether Resources should be serialized

ShouldSerializeSoftware ( ) : bool

Test whether Software should be serialized

TestEquipment ( ) : System

Method Details

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

SaveToFile() public method

Serializes current TestEquipment 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 TestEquipment 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

ShouldSerializeResources() public method

Test whether Resources should be serialized
public ShouldSerializeResources ( ) : bool
return bool

ShouldSerializeSoftware() public method

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

TestEquipment() public method

public TestEquipment ( ) : System
return System