C# Class ATMLModelLibrary.model.equipment.PXIBackplaneVoltages

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Deserialize ( Stream s ) : PXIBackplaneVoltages
Deserialize ( string input ) : PXIBackplaneVoltages
Deserialize ( string input, PXIBackplaneVoltages &obj ) : bool
Deserialize ( string input, PXIBackplaneVoltages &obj, Exception &exception ) : bool

Deserializes workflow markup into an PXIBackplaneVoltages object

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

Deserializes xml markup from file into an PXIBackplaneVoltages object

SaveToFile ( string fileName, Exception &exception ) : bool

Serializes current PXIBackplaneVoltages object into file

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

Serializes current PXIBackplaneVoltages object into an XML string

Method Details

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

SaveToFile() public méthode

Serializes current PXIBackplaneVoltages 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 PXIBackplaneVoltages object into an XML string
public Serialize ( ) : string
Résultat string