C# Class ATML1671Translator.model.control

Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Clone ( ) : control

Create a clone of this control object

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

Deserializes workflow markup into an control object

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

Deserializes xml markup from file into an control object

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

Serializes current control object into file

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

Serializes current control object into an XML string

control ( ) : System

Method Details

Clone() public method

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

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

SaveToFile() public method

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

control() public method

public control ( ) : System
return System