Table of Contents

Class NotificationDeviceShareDataInfo

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

Notification info for device share related communication.

public class NotificationDeviceShareDataInfo
Inheritance
NotificationDeviceShareDataInfo
Inherited Members

Constructors

NotificationDeviceShareDataInfo(DeviceShare, Device)

Initializes a new instance of the NotificationDeviceShareDataInfo class.

public NotificationDeviceShareDataInfo(DeviceShare deviceShare, Device device)

Parameters

deviceShare DeviceShare

The DeviceShare.

device Device

The Device.

Properties

Device

Gets or sets the Device.

public Device Device { get; set; }

Property Value

Device

Device

DeviceShare

Gets or sets the DeviceShare.

public DeviceShare DeviceShare { get; set; }

Property Value

DeviceShare

DeviceShare