C# Class ATML1671Translator.model.hard_copy

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Clone ( ) : hard_copy

Create a clone of this hard_copy object

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

Deserializes workflow markup into an hard_copy object

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

Deserializes xml markup from file into an hard_copy object

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

Serializes current hard_copy object into file

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

Serializes current hard_copy object into an XML string

Method Details

Clone() public méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

SaveToFile() public méthode

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