C# 클래스 ATMLModelLibrary.model.common.TestConfiguration

파일 보기 프로젝트 열기: UtrsSoftware/ATMLWorkBench

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Deserialize ( System s ) : TestConfiguration
Deserialize ( string input ) : TestConfiguration
Deserialize ( string input, TestConfiguration &obj ) : bool
Deserialize ( string input, TestConfiguration &obj, System &exception ) : bool

Deserializes workflow markup into an TestConfiguration object

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

Deserializes xml markup from file into an TestConfiguration object

SaveToFile ( string fileName, System &exception ) : bool

Serializes current TestConfiguration object into file

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

Serializes current TestConfiguration object into an XML string

ShouldSerializeAdditionalResources ( ) : bool

Test whether AdditionalResources should be serialized

ShouldSerializeAdditionalSoftware ( ) : bool

Test whether AdditionalSoftware should be serialized

ShouldSerializeTestEquipment ( ) : bool

Test whether TestEquipment should be serialized

ShouldSerializeTestProgramElements ( ) : bool

Test whether TestProgramElements should be serialized

ShouldSerializeTestedUUTs ( ) : bool

Test whether TestedUUTs should be serialized

TestConfiguration ( ) : System

메소드 상세

Deserialize() 공개 정적인 메소드

public static Deserialize ( System s ) : TestConfiguration
s System
리턴 TestConfiguration

Deserialize() 공개 정적인 메소드

public static Deserialize ( string input ) : TestConfiguration
input string
리턴 TestConfiguration

Deserialize() 공개 정적인 메소드

public static Deserialize ( string input, TestConfiguration &obj ) : bool
input string
obj TestConfiguration
리턴 bool

Deserialize() 공개 정적인 메소드

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

LoadFromFile() 공개 정적인 메소드

public static LoadFromFile ( string fileName ) : TestConfiguration
fileName string
리턴 TestConfiguration

LoadFromFile() 공개 정적인 메소드

public static LoadFromFile ( string fileName, TestConfiguration &obj ) : bool
fileName string
obj TestConfiguration
리턴 bool

LoadFromFile() 공개 정적인 메소드

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

SaveToFile() 공개 메소드

Serializes current TestConfiguration 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 TestConfiguration object into an XML string
public Serialize ( ) : string
리턴 string

ShouldSerializeAdditionalResources() 공개 메소드

Test whether AdditionalResources should be serialized
public ShouldSerializeAdditionalResources ( ) : bool
리턴 bool

ShouldSerializeAdditionalSoftware() 공개 메소드

Test whether AdditionalSoftware should be serialized
public ShouldSerializeAdditionalSoftware ( ) : bool
리턴 bool

ShouldSerializeTestEquipment() 공개 메소드

Test whether TestEquipment should be serialized
public ShouldSerializeTestEquipment ( ) : bool
리턴 bool

ShouldSerializeTestProgramElements() 공개 메소드

Test whether TestProgramElements should be serialized
public ShouldSerializeTestProgramElements ( ) : bool
리턴 bool

ShouldSerializeTestedUUTs() 공개 메소드

Test whether TestedUUTs should be serialized
public ShouldSerializeTestedUUTs ( ) : bool
리턴 bool

TestConfiguration() 공개 메소드

public TestConfiguration ( ) : System
리턴 System