C# Class ATML1671Translator.model.range

Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

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

Deserialize() public static method

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

Deserialize() public static method

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
return bool

Deserialize() public static method

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

Deserialize() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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
return bool

LoadFromFile() public static method

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

SaveToFile() public method

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
return bool

SaveToFile() public method

public SaveToFile ( string fileName ) : void
fileName string
return void

Serialize() public method

Serializes current range object into an XML string
public Serialize ( ) : string
return string

range() public method

public range ( ) : System
return System