C# Класс Microsoft.HockeyApp.Services.DeviceService.FallbackDeviceContext

Показать файл Открыть проект

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

Метод Описание
Deserialize ( System.Xml.Linq.XElement rootElement ) : bool

Deserializes the passed in root element to the current instance.

Initialize ( ) : void

Initializes this instance with a set of new properties to serve as context.

Serialize ( System.Xml.Linq.XElement rootElement ) : void

Serializes the current instance to the passed in root element.

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

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

Deserializes the passed in root element to the current instance.
public Deserialize ( System.Xml.Linq.XElement rootElement ) : bool
rootElement System.Xml.Linq.XElement The root element to deserialize.
Результат bool

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

Initializes this instance with a set of new properties to serve as context.
public Initialize ( ) : void
Результат void

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

Serializes the current instance to the passed in root element.
public Serialize ( System.Xml.Linq.XElement rootElement ) : void
rootElement System.Xml.Linq.XElement The root element to serialize to.
Результат void