C# 클래스 SensorbergSDK.Internal.Data.Layout

파일 보기 프로젝트 열기: sensorberg-dev/windows10-sdk 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ResolveMaxAge void

공개 메소드들

메소드 설명
ContainsOtherThanSensorbergBeaconId1S ( ) : bool

Checks if the beacon ID1s in this layout contain other than those of Sensorberg beacons.

FromJson ( string headers, DateTimeOffset layoutRetrievedTime ) : void

Constructs a Layout instance from the given JSON data.

GetResolvedActionsForPidAndEvent ( Request request ) : IList

Resolves the beacon actions associated with the given PID and event type.

Layout ( ) : System

비공개 메소드들

메소드 설명
ResolveMaxAge ( string headers, DateTimeOffset layoutRetrievedTime ) : void

메소드 상세

ContainsOtherThanSensorbergBeaconId1S() 공개 메소드

Checks if the beacon ID1s in this layout contain other than those of Sensorberg beacons.
public ContainsOtherThanSensorbergBeaconId1S ( ) : bool
리턴 bool

FromJson() 공개 메소드

Constructs a Layout instance from the given JSON data.
public FromJson ( string headers, DateTimeOffset layoutRetrievedTime ) : void
headers string String repersentation of the header fields.
layoutRetrievedTime DateTimeOffset Timestamp of receiving the layout.
리턴 void

GetResolvedActionsForPidAndEvent() 공개 메소드

Resolves the beacon actions associated with the given PID and event type.
public GetResolvedActionsForPidAndEvent ( Request request ) : IList
request SensorbergSDK.Internal.Transport.Request
리턴 IList

Layout() 공개 메소드

public Layout ( ) : System
리턴 System