C# Class ATML1671Translator.model.numbers

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Clone ( ) : numbers

Create a clone of this numbers object

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

Deserializes workflow markup into an numbers object

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

Deserializes xml markup from file into an numbers object

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

Serializes current numbers object into file

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

Serializes current numbers object into an XML string

numbers ( ) : System

Method Details

Clone() public méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

SaveToFile() public méthode

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

numbers() public méthode

public numbers ( ) : System
Résultat System