C# Class ATMLModelLibrary.model.equipment.ControlDriverDependencies

Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

public static Deserialize ( Stream s ) : ControlDriverDependencies
s Stream
Résultat ControlDriverDependencies

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

SaveToFile() public méthode

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

SaveToFile() public méthode

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

Serialize() public méthode

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

ShouldSerializeFirmware() public méthode

Test whether Firmware should be serialized
public ShouldSerializeFirmware ( ) : bool
Résultat bool

ShouldSerializeSoftware() public méthode

Test whether Software should be serialized
public ShouldSerializeSoftware ( ) : bool
Résultat bool