C# Class SDC.SectionBaseType

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

Private Properties

Property Type Description

Public Methods

Method Description
Clone ( ) : SectionBaseType

Create a clone of this SectionBaseType object

Deserialize ( Stream s ) : SectionBaseType
Deserialize ( string input ) : SectionBaseType
Deserialize ( string input, SectionBaseType &obj ) : bool
Deserialize ( string input, SectionBaseType &obj, Exception &exception ) : bool

Deserializes workflow markup into an SectionBaseType object

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

Deserializes xml markup from file into an SectionBaseType object

SaveToFile ( string fileName, Exception &exception ) : bool

Serializes current SectionBaseType object into file

SaveToFile ( string fileName ) : void
SectionBaseType ( ) : System

SectionBaseType class constructor

Serialize ( ) : string

Serializes current SectionBaseType object into an XML string

ShouldSerializeordered ( ) : bool

Test whether ordered should be serialized

Method Details

Clone() public method

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

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

SaveToFile() public method

Serializes current SectionBaseType object into file
public SaveToFile ( string fileName, Exception &exception ) : bool
fileName string full path of outupt xml file
exception Exception output Exception value if failed
return bool

SaveToFile() public method

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

SectionBaseType() public method

SectionBaseType class constructor
public SectionBaseType ( ) : System
return System

Serialize() public method

Serializes current SectionBaseType object into an XML string
public Serialize ( ) : string
return string

ShouldSerializeordered() public method

Test whether ordered should be serialized
public ShouldSerializeordered ( ) : bool
return bool