C# Class ATML1671Translator.model.ranges

Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

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

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

SaveToFile() public method

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

SaveToFile() public method

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

Serialize() public method

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

ranges() public method

public ranges ( ) : System
return System