C# Class ATMLModelLibrary.model.equipment.TestEquipment

Inheritance: HardwareItemDescription
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

SaveToFile() public méthode

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

SaveToFile() public méthode

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

Serialize() public méthode

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

ShouldSerializeResources() public méthode

Test whether Resources should be serialized
public ShouldSerializeResources ( ) : bool
Résultat bool

ShouldSerializeSoftware() public méthode

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

TestEquipment() public méthode

public TestEquipment ( ) : System
Résultat System