C# Class ATML1671Translator.model.cnx

Show file Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Clone ( ) : cnx

Create a clone of this cnx object

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

Deserializes workflow markup into an cnx object

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

Deserializes xml markup from file into an cnx object

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

Serializes current cnx object into file

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

Serializes current cnx object into an XML string

cnx ( ) : System

Method Details

Clone() public method

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

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

SaveToFile() public method

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

cnx() public method

public cnx ( ) : System
return System