C# Class ATML1671Translator.model.instrument

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Clone ( ) : instrument

Create a clone of this instrument object

Deserialize ( string input, instrument &obj ) : bool
Deserialize ( string input, instrument &obj, Exception &exception ) : bool

Deserializes workflow markup into an instrument object

Deserialize ( Stream s ) : instrument
Deserialize ( string input ) : instrument
LoadFromFile ( string fileName, instrument &obj ) : bool
LoadFromFile ( string fileName, instrument &obj, Exception &exception ) : bool

Deserializes xml markup from file into an instrument object

LoadFromFile ( string fileName ) : instrument
SaveToFile ( string fileName, Exception &exception ) : bool

Serializes current instrument object into file

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

Serializes current instrument object into an XML string

instrument ( ) : System

Method Details

Clone() public méthode

Create a clone of this instrument object
public Clone ( ) : instrument
Résultat instrument

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

SaveToFile() public méthode

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

instrument() public méthode

public instrument ( ) : System
Résultat System