C# Class ATMLModelLibrary.model.test.Repair

Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Deserialize ( System s ) : Repair
Deserialize ( string input ) : Repair
Deserialize ( string input, Repair &obj ) : bool
Deserialize ( string input, Repair &obj, System &exception ) : bool

Deserializes workflow markup into an Repair object

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

Deserializes xml markup from file into an Repair object

Repair ( ) : ATMLModelLibrary.model.common
SaveToFile ( string fileName, System &exception ) : bool

Serializes current Repair object into file

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

Serializes current Repair object into an XML string

ShouldSerializeItems ( ) : bool

Test whether Items should be serialized

Method Details

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

Repair() public method

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

SaveToFile() public method

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

ShouldSerializeItems() public method

Test whether Items should be serialized
public ShouldSerializeItems ( ) : bool
return bool