C# Класс ATMLModelLibrary.model.common.EnvironmentalElementsVibration

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

Private Properties

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

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

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

Deserializes workflow markup into an EnvironmentalElementsVibration object

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

Deserializes xml markup from file into an EnvironmentalElementsVibration object

SaveToFile ( string fileName, System &exception ) : bool

Serializes current EnvironmentalElementsVibration object into file

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

Serializes current EnvironmentalElementsVibration object into an XML string

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

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

public static Deserialize ( System s ) : EnvironmentalElementsVibration
s System
Результат EnvironmentalElementsVibration

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

public static Deserialize ( string input ) : EnvironmentalElementsVibration
input string
Результат EnvironmentalElementsVibration

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

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

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

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

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

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

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

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

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

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

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

Serializes current EnvironmentalElementsVibration 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 EnvironmentalElementsVibration object into an XML string
public Serialize ( ) : string
Результат string