C# Class ATML1671Translator.model.ranges

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Clone ( ) : ranges

Create a clone of this ranges object

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

Deserializes workflow markup into an ranges object

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

Deserializes xml markup from file into an ranges object

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

Serializes current ranges object into file

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

Serializes current ranges object into an XML string

ranges ( ) : System

Method Details

Clone() public méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

SaveToFile() public méthode

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

ranges() public méthode

public ranges ( ) : System
Résultat System