C# Класс TersoSolutions.Jetstream.SDK.Application.Model.Deserialized.GetEventsResponse.EventList

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

Private Properties

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

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

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

Deserializes workflow markup into an JetstreamGetEventsResponseDeviceDefinitionCommandListDeviceSpecificCommandList object

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

Deserializes xml markup from file into an JetstreamGetEventsResponseDeviceDefinitionCommandListDeviceSpecificCommandList object

SaveToFile ( string fileName, System &exception ) : bool

Serializes current JetstreamGetEventsResponseDeviceDefinitionCommandListDeviceSpecificCommandList object into file

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

Serializes current JetstreamGetEventsResponseDeviceDefinitionCommandListDeviceSpecificCommandList object into an XML document

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

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

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

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

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

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

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

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

public EventList ( ) : System
Результат System

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

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

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

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

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

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

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

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