C# Класс ATMLModelLibrary.model.equipment.VXIBackplaneVoltages

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

Private Properties

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

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

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

Deserializes workflow markup into an VXIBackplaneVoltages object

LoadFromFile ( string fileName ) : VXIBackplaneVoltages
LoadFromFile ( string fileName, VXIBackplaneVoltages &obj ) : bool
LoadFromFile ( string fileName, VXIBackplaneVoltages &obj, Exception &exception ) : bool

Deserializes xml markup from file into an VXIBackplaneVoltages object

SaveToFile ( string fileName, Exception &exception ) : bool

Serializes current VXIBackplaneVoltages object into file

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

Serializes current VXIBackplaneVoltages object into an XML string

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

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

public static Deserialize ( Stream s ) : VXIBackplaneVoltages
s Stream
Результат VXIBackplaneVoltages

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

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

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

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

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

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

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

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

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

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

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

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

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

Serializes current VXIBackplaneVoltages object into file
public SaveToFile ( string fileName, Exception &exception ) : bool
fileName string full path of outupt xml file
exception System.Exception output Exception value if failed
Результат bool

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

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

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

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