C# Класс CSMSL.IO.MzML.ScanListType

Наследование: ParamGroupType
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Deserialize ( string xml ) : ScanListType
Deserialize ( string xml, ScanListType &obj ) : bool
Deserialize ( string xml, ScanListType &obj, System &exception ) : bool

Deserializes workflow markup into an ScanListType object

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

Deserializes xml markup from file into an ScanListType object

SaveToFile ( string fileName, System &exception ) : bool

Serializes current ScanListType object into file

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

Serializes current ScanListType object into an XML document

Описание методов

Deserialize() публичный статический метод

public static Deserialize ( string xml ) : ScanListType
xml string
Результат ScanListType

Deserialize() публичный статический метод

public static Deserialize ( string xml, ScanListType &obj ) : bool
xml string
obj ScanListType
Результат bool

Deserialize() публичный статический метод

Deserializes workflow markup into an ScanListType object
public static Deserialize ( string xml, ScanListType &obj, System &exception ) : bool
xml string string workflow markup to deserialize
obj ScanListType Output ScanListType object
exception System output Exception value if deserialize failed
Результат bool

LoadFromFile() публичный статический метод

public static LoadFromFile ( string fileName ) : ScanListType
fileName string
Результат ScanListType

LoadFromFile() публичный статический метод

public static LoadFromFile ( string fileName, ScanListType &obj ) : bool
fileName string
obj ScanListType
Результат bool

LoadFromFile() публичный статический метод

Deserializes xml markup from file into an ScanListType object
public static LoadFromFile ( string fileName, ScanListType &obj, System &exception ) : bool
fileName string string xml file to load and deserialize
obj ScanListType Output ScanListType object
exception System output Exception value if deserialize failed
Результат bool

SaveToFile() публичный метод

Serializes current ScanListType 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
Результат bool

SaveToFile() публичный метод

public SaveToFile ( string fileName ) : void
fileName string
Результат void

ScanListType() публичный метод

public ScanListType ( ) : System
Результат System

Serialize() публичный метод

Serializes current ScanListType object into an XML document
public Serialize ( ) : string
Результат string