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

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

Private Properties

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

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

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

Deserializes workflow markup into an SoftwareInstance object

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

Deserializes xml markup from file into an SoftwareInstance object

SaveToFile ( string fileName, System &exception ) : bool

Serializes current SoftwareInstance object into file

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

Serializes current SoftwareInstance object into an XML string

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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