C# Class Microsoft.HockeyApp.Services.DeviceService.FallbackDeviceContext

Show file Open project: bitstadium/HockeySDK-Windows

Public Methods

Method Description
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.

Method Details

Deserialize() public method

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.
return bool

Initialize() public method

Initializes this instance with a set of new properties to serve as context.
public Initialize ( ) : void
return void

Serialize() public method

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.
return void