C# Class ATMLModelLibrary.model.equipment.PCIe

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

Private Properties

Свойство Type Description

Méthodes publiques

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

Deserializes workflow markup into an PCIe object

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

Deserializes xml markup from file into an PCIe object

SaveToFile ( string fileName, Exception &exception ) : bool

Serializes current PCIe object into file

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

Serializes current PCIe object into an XML string

ToString ( ) : string

Method Details

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

SaveToFile() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string