C# Class CSMSL.IO.MzML.ProcessingMethodType

Inheritance: ParamGroupType
Show file Open project: dbaileychess/CSMSL Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Deserializes workflow markup into an ProcessingMethodType object

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

Deserializes xml markup from file into an ProcessingMethodType object

SaveToFile ( string fileName, System &exception ) : bool

Serializes current ProcessingMethodType object into file

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

Serializes current ProcessingMethodType object into an XML document

Method Details

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

SaveToFile() public method

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