C# Class CSMSL.IO.MzML.ScanSettingsType

Inheritance: ParamGroupType
Exibir arquivo Open project: dbaileychess/CSMSL Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Deserializes workflow markup into an ScanSettingsType object

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

Deserializes xml markup from file into an ScanSettingsType object

SaveToFile ( string fileName, System &exception ) : bool

Serializes current ScanSettingsType object into file

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

Serializes current ScanSettingsType object into an XML document

Method Details

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

SaveToFile() public method

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

ScanSettingsType() public method

public ScanSettingsType ( ) : System
return System

Serialize() public method

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