C# Class ATML1671Translator.model.VIA

Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Clone ( ) : VIA

Create a clone of this VIA object

Deserialize ( Stream s ) : VIA
Deserialize ( string input ) : VIA
Deserialize ( string input, VIA &obj ) : bool
Deserialize ( string input, VIA &obj, Exception &exception ) : bool

Deserializes workflow markup into an VIA object

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

Deserializes xml markup from file into an VIA object

SaveToFile ( string fileName, Exception &exception ) : bool

Serializes current VIA object into file

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

Serializes current VIA object into an XML string

Method Details

Clone() public method

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

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

SaveToFile() public method

Serializes current VIA 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 VIA object into an XML string
public Serialize ( ) : string
return string