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

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

Private Properties

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

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

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

Deserializes workflow markup into an complexArrayElement object

Deserialize ( System s ) : complexArrayElement
Deserialize ( string input ) : complexArrayElement
LoadFromFile ( string fileName, complexArrayElement &obj ) : bool
LoadFromFile ( string fileName, complexArrayElement &obj, System &exception ) : bool

Deserializes xml markup from file into an complexArrayElement object

LoadFromFile ( string fileName ) : complexArrayElement
SaveToFile ( string fileName, System &exception ) : bool

Serializes current complexArrayElement object into file

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

Serializes current complexArrayElement object into an XML string

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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