C# Class ATML1671Translator.model.to

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Clone ( ) : to

Create a clone of this to object

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

Deserializes workflow markup into an to object

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

Deserializes xml markup from file into an to object

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

Serializes current to object into file

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

Serializes current to object into an XML string

Method Details

Clone() public méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

SaveToFile() public méthode

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