C# 클래스 ATMLModelLibrary.model.equipment.TestEquipmentInstance

상속: ATMLModelLibrary.model.common.HardwareInstance
파일 보기 프로젝트 열기: UtrsSoftware/ATMLWorkBench 1 사용 예제들

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