C# Class ATMLModelLibrary.model.test.Test

Inheritance: Action
Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

Deserialize() public static method

public static Deserialize ( System s ) : Test
s System
return Test

Deserialize() public static method

public static Deserialize ( string input ) : Test
input string
return Test

Deserialize() public static method

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

Deserialize() public static method

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
return bool

LoadFromFile() public static method

public static LoadFromFile ( string fileName ) : Test
fileName string
return Test

LoadFromFile() public static method

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

LoadFromFile() public static method

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
return bool

SaveToFile() public method

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
return bool

SaveToFile() public method

public SaveToFile ( string fileName ) : void
fileName string
return void

Serialize() public method

Serializes current Test object into an XML string
public Serialize ( ) : string
return string

ShouldSerializeCalibration() public method

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

ShouldSerializeTestLimits() public method

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

ShouldSerializeTestResult() public method

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

Test() public method

public Test ( ) : ATMLModelLibrary.model.common
return ATMLModelLibrary.model.common