C# Class ATMLModelLibrary.model.equipment.TestEquipmentInstance

Inheritance: ATMLModelLibrary.model.common.HardwareInstance
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public static Deserialize ( System s ) : TestEquipmentInstance
s System
Résultat TestEquipmentInstance

Deserialize() public static méthode

public static Deserialize ( string input ) : TestEquipmentInstance
input string
Résultat TestEquipmentInstance

Deserialize() public static méthode

public static Deserialize ( string input, TestEquipmentInstance &obj ) : bool
input string
obj TestEquipmentInstance
Résultat bool

Deserialize() public static méthode

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
Résultat bool

LoadFromFile() public static méthode

public static LoadFromFile ( string fileName ) : TestEquipmentInstance
fileName string
Résultat TestEquipmentInstance

LoadFromFile() public static méthode

public static LoadFromFile ( string fileName, TestEquipmentInstance &obj ) : bool
fileName string
obj TestEquipmentInstance
Résultat bool

LoadFromFile() public static méthode

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
Résultat bool

SaveToFile() public méthode

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
Résultat bool

SaveToFile() public méthode

public SaveToFile ( string fileName ) : void
fileName string
Résultat void

Serialize() public méthode

Serializes current TestEquipmentInstance object into an XML string
public Serialize ( ) : string
Résultat string

ShouldSerializeControllers() public méthode

Test whether Controllers should be serialized
public ShouldSerializeControllers ( ) : bool
Résultat bool

ShouldSerializePaths() public méthode

Test whether Paths should be serialized
public ShouldSerializePaths ( ) : bool
Résultat bool

ShouldSerializeSelfTestRuns() public méthode

Test whether SelfTestRuns should be serialized
public ShouldSerializeSelfTestRuns ( ) : bool
Résultat bool

ShouldSerializeSoftware() public méthode

Test whether Software should be serialized
public ShouldSerializeSoftware ( ) : bool
Résultat bool

ShouldSerializeSubSystemCalibration() public méthode

Test whether SubSystemCalibration should be serialized
public ShouldSerializeSubSystemCalibration ( ) : bool
Résultat bool

TestEquipmentInstance() public méthode

public TestEquipmentInstance ( ) : System
Résultat System