C# Class ATML1671Translator.model.range

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Clone ( ) : range

Create a clone of this range object

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

Deserializes workflow markup into an range object

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

Deserializes xml markup from file into an range object

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

Serializes current range object into file

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

Serializes current range object into an XML string

range ( ) : System

Method Details

Clone() public méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

SaveToFile() public méthode

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

range() public méthode

public range ( ) : System
Résultat System