C# Class SDC.ProvenanceType

Inheritance: SDC.ExtensionBaseType
Mostrar archivo Open project: IHE-SDC-WG/SDC-XML-Generator Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Clone ( ) : ProvenanceType

Create a clone of this ProvenanceType object

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

Deserializes workflow markup into an ProvenanceType object

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

Deserializes xml markup from file into an ProvenanceType object

SaveToFile ( string fileName, Exception &exception ) : bool

Serializes current ProvenanceType object into file

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

Serializes current ProvenanceType object into an XML string

Method Details

Clone() public method

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

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

SaveToFile() public method

Serializes current ProvenanceType 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

Serialize() public method

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