C# Class ATML1671Translator.model.hard_copy

Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

Create a clone of this hard_copy object
public Clone ( ) : hard_copy
return hard_copy

Deserialize() public static method

public static Deserialize ( string input, hard_copy &obj ) : bool
input string
obj hard_copy
return bool

Deserialize() public static method

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
return bool

Deserialize() public static method

public static Deserialize ( Stream s ) : hard_copy
s Stream
return hard_copy

Deserialize() public static method

public static Deserialize ( string input ) : hard_copy
input string
return hard_copy

LoadFromFile() public static method

public static LoadFromFile ( string fileName, hard_copy &obj ) : bool
fileName string
obj hard_copy
return bool

LoadFromFile() public static method

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
return bool

LoadFromFile() public static method

public static LoadFromFile ( string fileName ) : hard_copy
fileName string
return hard_copy

SaveToFile() public method

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
return bool

SaveToFile() public method

public SaveToFile ( string fileName ) : void
fileName string
return void

Serialize() public method

Serializes current hard_copy object into an XML string
public Serialize ( ) : string
return string