C# Class ATML1671Translator.model.line_length

Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Clone ( ) : line_length

Create a clone of this line_length object

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

Deserializes workflow markup into an line_length object

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

Deserializes xml markup from file into an line_length object

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

Serializes current line_length object into file

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

Serializes current line_length object into an XML string

Method Details

Clone() public method

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

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

SaveToFile() public method

Serializes current line_length 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 line_length object into an XML string
public Serialize ( ) : string
return string