C# Class ATMLModelLibrary.model.equipment.Controller

Inheritance: ATMLModelLibrary.model.common.ItemDescription
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public Controller ( ) : System
Résultat System

Deserialize() public static méthode

public static Deserialize ( System s ) : Controller
s System
Résultat Controller

Deserialize() public static méthode

public static Deserialize ( string input ) : Controller
input string
Résultat Controller

Deserialize() public static méthode

public static Deserialize ( string input, Controller &obj ) : bool
input string
obj Controller
Résultat bool

Deserialize() public static méthode

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
Résultat bool

LoadFromFile() public static méthode

public static LoadFromFile ( string fileName ) : Controller
fileName string
Résultat Controller

LoadFromFile() public static méthode

public static LoadFromFile ( string fileName, Controller &obj ) : bool
fileName string
obj Controller
Résultat bool

LoadFromFile() public static méthode

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
Résultat bool

SaveToFile() public méthode

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
Résultat bool

SaveToFile() public méthode

public SaveToFile ( string fileName ) : void
fileName string
Résultat void

Serialize() public méthode

Serializes current Controller object into an XML string
public Serialize ( ) : string
Résultat string

ShouldSerializeAudioCapabilities() public méthode

Test whether AudioCapabilities should be serialized
public ShouldSerializeAudioCapabilities ( ) : bool
Résultat bool

ShouldSerializeInstalledSoftware() public méthode

Test whether InstalledSoftware should be serialized
public ShouldSerializeInstalledSoftware ( ) : bool
Résultat bool

ShouldSerializeOperatingSystems() public méthode

Test whether OperatingSystems should be serialized
public ShouldSerializeOperatingSystems ( ) : bool
Résultat bool

ShouldSerializePeripherals() public méthode

Test whether Peripherals should be serialized
public ShouldSerializePeripherals ( ) : bool
Résultat bool

ShouldSerializeStorage() public méthode

Test whether Storage should be serialized
public ShouldSerializeStorage ( ) : bool
Résultat bool

ShouldSerializeVideoCapabilities() public méthode

Test whether VideoCapabilities should be serialized
public ShouldSerializeVideoCapabilities ( ) : bool
Résultat bool