C# Class MzIdentML.MassTableType

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

Private Properties

Property Type Description

Public Methods

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

Deserializes workflow markup into an MassTableType object

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

Deserializes xml markup from file into an MassTableType object

SaveToFile ( string fileName, System &exception ) : bool

Serializes current MassTableType object into file

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

Serializes current MassTableType object into an XML document

Method Details

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

SaveToFile() public method

Serializes current MassTableType 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 MassTableType object into an XML document
public Serialize ( ) : string
return string