C# Class MzIdentML.BibliographicReferenceType

Inheritance: IdentifiableType
Datei anzeigen Open project: dbaileychess/CSMSL Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Deserialize ( string xml ) : BibliographicReferenceType
Deserialize ( string xml, BibliographicReferenceType &obj ) : bool
Deserialize ( string xml, BibliographicReferenceType &obj, System &exception ) : bool

Deserializes workflow markup into an BibliographicReferenceType object

LoadFromFile ( string fileName ) : BibliographicReferenceType
LoadFromFile ( string fileName, BibliographicReferenceType &obj ) : bool
LoadFromFile ( string fileName, BibliographicReferenceType &obj, System &exception ) : bool

Deserializes xml markup from file into an BibliographicReferenceType object

SaveToFile ( string fileName, System &exception ) : bool

Serializes current BibliographicReferenceType object into file

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

Serializes current BibliographicReferenceType object into an XML document

Method Details

Deserialize() public static method

public static Deserialize ( string xml ) : BibliographicReferenceType
xml string
return BibliographicReferenceType

Deserialize() public static method

public static Deserialize ( string xml, BibliographicReferenceType &obj ) : bool
xml string
obj BibliographicReferenceType
return bool

Deserialize() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

SaveToFile() public method

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

SaveToFile() public method

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

Serialize() public method

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