C# Class CSMSL.IO.MzML.ScanType

Inheritance: ParamGroupType
Afficher le fichier Open project: dbaileychess/CSMSL Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Deserialize ( string xml ) : ScanType
Deserialize ( string xml, ScanType &obj ) : bool
Deserialize ( string xml, ScanType &obj, System &exception ) : bool

Deserializes workflow markup into an ScanType object

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

Deserializes xml markup from file into an ScanType object

SaveToFile ( string fileName, System &exception ) : bool

Serializes current ScanType object into file

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

Serializes current ScanType object into an XML document

Method Details

Deserialize() public static méthode

public static Deserialize ( string xml ) : ScanType
xml string
Résultat ScanType

Deserialize() public static méthode

public static Deserialize ( string xml, ScanType &obj ) : bool
xml string
obj ScanType
Résultat bool

Deserialize() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

SaveToFile() public méthode

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

SaveToFile() public méthode

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

ScanType() public méthode

public ScanType ( ) : System
Résultat System

Serialize() public méthode

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