C# 클래스 Microsoft.HockeyApp.Services.DeviceService.FallbackDeviceContext

파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows

공개 메소드들

메소드 설명
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