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

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

Private Properties

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

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

Метод Описание
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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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