C# Class SDC.GetNumAttrValueType

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

Private Properties

Property Type Description

Public Methods

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

Deserializes workflow markup into an GetNumAttrValueType object

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

Deserializes xml markup from file into an GetNumAttrValueType object

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

Serializes current GetNumAttrValueType 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 GetNumAttrValueType object into an XML string

ShouldSerializeTarget ( ) : bool

Test whether Target should be serialized

Method Details

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

SaveToFile() public method

Serializes current GetNumAttrValueType 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 GetNumAttrValueType object into an XML string
public Serialize ( Encoding encoding ) : string
encoding System.Text.Encoding
return string

ShouldSerializeTarget() public method

Test whether Target should be serialized
public ShouldSerializeTarget ( ) : bool
return bool