C# Class ATML1671Translator.model.cnx

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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
Résultat bool

Deserialize() public static méthode

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

Deserialize() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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
Résultat bool

LoadFromFile() public static méthode

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

SaveToFile() public méthode

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
Résultat bool

SaveToFile() public méthode

public SaveToFile ( string fileName ) : void
fileName string
Résultat void

Serialize() public méthode

Serializes current cnx object into an XML string
public Serialize ( ) : string
Résultat string

cnx() public méthode

public cnx ( ) : System
Résultat System