C# 클래스 ATMLModelLibrary.model.test.Test

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

Deserializes workflow markup into an Test object

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

Deserializes xml markup from file into an Test object

SaveToFile ( string fileName, System &exception ) : bool

Serializes current Test object into file

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

Serializes current Test object into an XML string

ShouldSerializeCalibration ( ) : bool

Test whether Calibration should be serialized

ShouldSerializeTestLimits ( ) : bool

Test whether TestLimits should be serialized

ShouldSerializeTestResult ( ) : bool

Test whether TestResult should be serialized

Test ( ) : ATMLModelLibrary.model.common

메소드 상세

Deserialize() 공개 정적인 메소드

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

Deserialize() 공개 정적인 메소드

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

Deserialize() 공개 정적인 메소드

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

Deserialize() 공개 정적인 메소드

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

LoadFromFile() 공개 정적인 메소드

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

LoadFromFile() 공개 정적인 메소드

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

LoadFromFile() 공개 정적인 메소드

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

SaveToFile() 공개 메소드

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

ShouldSerializeCalibration() 공개 메소드

Test whether Calibration should be serialized
public ShouldSerializeCalibration ( ) : bool
리턴 bool

ShouldSerializeTestLimits() 공개 메소드

Test whether TestLimits should be serialized
public ShouldSerializeTestLimits ( ) : bool
리턴 bool

ShouldSerializeTestResult() 공개 메소드

Test whether TestResult should be serialized
public ShouldSerializeTestResult ( ) : bool
리턴 bool

Test() 공개 메소드

public Test ( ) : ATMLModelLibrary.model.common
리턴 ATMLModelLibrary.model.common