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
DeviceShareThe DeviceShare.
device
DeviceThe Device.
Properties
Device
Gets or sets the Device.
public Device Device { get; set; }
Property Value
DeviceShare
Gets or sets the DeviceShare.
public DeviceShare DeviceShare { get; set; }