C# Class SDC.gYear_Stype

Inheritance: SDC.BaseType
Show file Open project: IHE-SDC-WG/SDC-XML-Generator Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Deserialize ( string input, gYear_Stype &obj ) : bool
Deserialize ( string input, gYear_Stype &obj, Exception &exception ) : bool

Deserializes workflow markup into an gYear_Stype object

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

Deserializes xml markup from file into an gYear_Stype object

LoadFromFile ( string fileName, gYear_Stype &obj ) : bool
LoadFromFile ( string fileName, gYear_Stype &obj, Exception &exception ) : bool
LoadFromFile ( string fileName ) : gYear_Stype
LoadFromFile ( string fileName, Encoding encoding ) : gYear_Stype
SaveToFile ( string fileName, Encoding encoding, Exception &exception ) : bool

Serializes current gYear_Stype object into file

SaveToFile ( string fileName, Exception &exception ) : bool
SaveToFile ( string fileName ) : void
SaveToFile ( string fileName, Encoding encoding ) : void
Serialize ( ) : string
Serialize ( Encoding encoding ) : string

Serializes current gYear_Stype object into an XML string

ShouldSerializeval ( ) : bool

Test whether val should be serialized

Method Details

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

public static Deserialize ( Stream s ) : gYear_Stype
s System.IO.Stream
return gYear_Stype

Deserialize() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

public static LoadFromFile ( string fileName, gYear_Stype &obj, Exception &exception ) : bool
fileName string
obj gYear_Stype
exception System.Exception
return bool

LoadFromFile() public static method

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

LoadFromFile() public static method

public static LoadFromFile ( string fileName, Encoding encoding ) : gYear_Stype
fileName string
encoding System.Text.Encoding
return gYear_Stype

SaveToFile() public method

Serializes current gYear_Stype object into file
public SaveToFile ( string fileName, Encoding encoding, Exception &exception ) : bool
fileName string full path of outupt xml file
encoding System.Text.Encoding
exception System.Exception output Exception value if failed
return bool

SaveToFile() public method

public SaveToFile ( string fileName, Exception &exception ) : bool
fileName string
exception System.Exception
return bool

SaveToFile() public method

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

SaveToFile() public method

public SaveToFile ( string fileName, Encoding encoding ) : void
fileName string
encoding System.Text.Encoding
return void

Serialize() public method

public Serialize ( ) : string
return string

Serialize() public method

Serializes current gYear_Stype object into an XML string
public Serialize ( Encoding encoding ) : string
encoding System.Text.Encoding
return string

ShouldSerializeval() public method

Test whether val should be serialized
public ShouldSerializeval ( ) : bool
return bool