C# Class ATMLModelLibrary.model.equipment.ControlDriverDependencies

Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Deserialize ( Stream s ) : ControlDriverDependencies
Deserialize ( string input ) : ControlDriverDependencies
Deserialize ( string input, ControlDriverDependencies &obj ) : bool
Deserialize ( string input, ControlDriverDependencies &obj, Exception &exception ) : bool

Deserializes workflow markup into an ControlDriverDependencies object

LoadFromFile ( string fileName ) : ControlDriverDependencies
LoadFromFile ( string fileName, ControlDriverDependencies &obj ) : bool
LoadFromFile ( string fileName, ControlDriverDependencies &obj, Exception &exception ) : bool

Deserializes xml markup from file into an ControlDriverDependencies object

SaveToFile ( string fileName, Exception &exception ) : bool

Serializes current ControlDriverDependencies object into file

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

Serializes current ControlDriverDependencies object into an XML string

ShouldSerializeFirmware ( ) : bool

Test whether Firmware should be serialized

ShouldSerializeSoftware ( ) : bool

Test whether Software should be serialized

Method Details

Deserialize() public static method

public static Deserialize ( Stream s ) : ControlDriverDependencies
s Stream
return ControlDriverDependencies

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

SaveToFile() public method

Serializes current ControlDriverDependencies object into file
public SaveToFile ( string fileName, Exception &exception ) : bool
fileName string full path of outupt xml file
exception System.Exception output Exception value if failed
return bool

SaveToFile() public method

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

Serialize() public method

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

ShouldSerializeFirmware() public method

Test whether Firmware should be serialized
public ShouldSerializeFirmware ( ) : bool
return bool

ShouldSerializeSoftware() public method

Test whether Software should be serialized
public ShouldSerializeSoftware ( ) : bool
return bool