C# Класс ATMLModelLibrary.model.equipment.TestEquipmentInstance

Наследование: ATMLModelLibrary.model.common.HardwareInstance
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

Deserialize() публичный статический Метод

public static Deserialize ( System s ) : TestEquipmentInstance
s System
Результат TestEquipmentInstance

Deserialize() публичный статический Метод

public static Deserialize ( string input ) : TestEquipmentInstance
input string
Результат TestEquipmentInstance

Deserialize() публичный статический Метод

public static Deserialize ( string input, TestEquipmentInstance &obj ) : bool
input string
obj TestEquipmentInstance
Результат bool

Deserialize() публичный статический Метод

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
Результат bool

LoadFromFile() публичный статический Метод

public static LoadFromFile ( string fileName ) : TestEquipmentInstance
fileName string
Результат TestEquipmentInstance

LoadFromFile() публичный статический Метод

public static LoadFromFile ( string fileName, TestEquipmentInstance &obj ) : bool
fileName string
obj TestEquipmentInstance
Результат bool

LoadFromFile() публичный статический Метод

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
Результат bool

SaveToFile() публичный Метод

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
Результат bool

SaveToFile() публичный Метод

public SaveToFile ( string fileName ) : void
fileName string
Результат void

Serialize() публичный Метод

Serializes current TestEquipmentInstance object into an XML string
public Serialize ( ) : string
Результат string

ShouldSerializeControllers() публичный Метод

Test whether Controllers should be serialized
public ShouldSerializeControllers ( ) : bool
Результат bool

ShouldSerializePaths() публичный Метод

Test whether Paths should be serialized
public ShouldSerializePaths ( ) : bool
Результат bool

ShouldSerializeSelfTestRuns() публичный Метод

Test whether SelfTestRuns should be serialized
public ShouldSerializeSelfTestRuns ( ) : bool
Результат bool

ShouldSerializeSoftware() публичный Метод

Test whether Software should be serialized
public ShouldSerializeSoftware ( ) : bool
Результат bool

ShouldSerializeSubSystemCalibration() публичный Метод

Test whether SubSystemCalibration should be serialized
public ShouldSerializeSubSystemCalibration ( ) : bool
Результат bool

TestEquipmentInstance() публичный Метод

public TestEquipmentInstance ( ) : System
Результат System