C# Class ATMLModelLibrary.model.equipment.VXIKeying

Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Deserialize ( Stream s ) : VXIKeying
Deserialize ( string input ) : VXIKeying
Deserialize ( string input, VXIKeying &obj ) : bool
Deserialize ( string input, VXIKeying &obj, Exception &exception ) : bool

Deserializes workflow markup into an VXIKeying object

LoadFromFile ( string fileName ) : VXIKeying
LoadFromFile ( string fileName, VXIKeying &obj ) : bool
LoadFromFile ( string fileName, VXIKeying &obj, Exception &exception ) : bool

Deserializes xml markup from file into an VXIKeying object

SaveToFile ( string fileName, Exception &exception ) : bool

Serializes current VXIKeying object into file

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

Serializes current VXIKeying object into an XML string

Method Details

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

SaveToFile() public method

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