C# Class SDC.SectionBaseType

Inheritance: SDC.RepeatingType
Afficher le fichier Open project: IHE-SDC-WG/SDC-XML-Generator Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Create a clone of this SectionBaseType object
public Clone ( ) : SectionBaseType
Résultat SectionBaseType

Deserialize() public static méthode

public static Deserialize ( Stream s ) : SectionBaseType
s Stream
Résultat SectionBaseType

Deserialize() public static méthode

public static Deserialize ( string input ) : SectionBaseType
input string
Résultat SectionBaseType

Deserialize() public static méthode

public static Deserialize ( string input, SectionBaseType &obj ) : bool
input string
obj SectionBaseType
Résultat bool

Deserialize() public static méthode

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
Résultat bool

LoadFromFile() public static méthode

public static LoadFromFile ( string fileName ) : SectionBaseType
fileName string
Résultat SectionBaseType

LoadFromFile() public static méthode

public static LoadFromFile ( string fileName, SectionBaseType &obj ) : bool
fileName string
obj SectionBaseType
Résultat bool

LoadFromFile() public static méthode

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
Résultat bool

SaveToFile() public méthode

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
Résultat bool

SaveToFile() public méthode

public SaveToFile ( string fileName ) : void
fileName string
Résultat void

SectionBaseType() public méthode

SectionBaseType class constructor
public SectionBaseType ( ) : System
Résultat System

Serialize() public méthode

Serializes current SectionBaseType object into an XML string
public Serialize ( ) : string
Résultat string

ShouldSerializeordered() public méthode

Test whether ordered should be serialized
public ShouldSerializeordered ( ) : bool
Résultat bool