C# Class ATMLModelLibrary.model.equipment.Controller

Inheritance: ATMLModelLibrary.model.common.ItemDescription
Show file Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Deserializes workflow markup into an Controller object

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

Deserializes xml markup from file into an Controller object

SaveToFile ( string fileName, System &exception ) : bool

Serializes current Controller object into file

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

Serializes current Controller object into an XML string

ShouldSerializeAudioCapabilities ( ) : bool

Test whether AudioCapabilities should be serialized

ShouldSerializeInstalledSoftware ( ) : bool

Test whether InstalledSoftware should be serialized

ShouldSerializeOperatingSystems ( ) : bool

Test whether OperatingSystems should be serialized

ShouldSerializePeripherals ( ) : bool

Test whether Peripherals should be serialized

ShouldSerializeStorage ( ) : bool

Test whether Storage should be serialized

ShouldSerializeVideoCapabilities ( ) : bool

Test whether VideoCapabilities should be serialized

Method Details

Controller() public method

public Controller ( ) : System
return System

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

SaveToFile() public method

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

ShouldSerializeAudioCapabilities() public method

Test whether AudioCapabilities should be serialized
public ShouldSerializeAudioCapabilities ( ) : bool
return bool

ShouldSerializeInstalledSoftware() public method

Test whether InstalledSoftware should be serialized
public ShouldSerializeInstalledSoftware ( ) : bool
return bool

ShouldSerializeOperatingSystems() public method

Test whether OperatingSystems should be serialized
public ShouldSerializeOperatingSystems ( ) : bool
return bool

ShouldSerializePeripherals() public method

Test whether Peripherals should be serialized
public ShouldSerializePeripherals ( ) : bool
return bool

ShouldSerializeStorage() public method

Test whether Storage should be serialized
public ShouldSerializeStorage ( ) : bool
return bool

ShouldSerializeVideoCapabilities() public method

Test whether VideoCapabilities should be serialized
public ShouldSerializeVideoCapabilities ( ) : bool
return bool