C# Class SensorbergSDK.Internal.Data.Layout

Afficher le fichier Open project: sensorberg-dev/windows10-sdk Class Usage Examples

Private Properties

Свойство Type Description
ResolveMaxAge void

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
ResolveMaxAge ( string headers, DateTimeOffset layoutRetrievedTime ) : void

Method Details

ContainsOtherThanSensorbergBeaconId1S() public méthode

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

FromJson() public méthode

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.
Résultat void

GetResolvedActionsForPidAndEvent() public méthode

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

Layout() public méthode

public Layout ( ) : System
Résultat System