Class DeviceShareOptions
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The class that contains device share options flags.
public class DeviceShareOptions
- Inheritance
-
DeviceShareOptions
- Inherited Members
Constructors
DeviceShareOptions()
Initializes a new instance of the DeviceShareOptions class.
public DeviceShareOptions()
DeviceShareOptions(bool?, bool?, bool?, bool?)
Initializes a new instance of the DeviceShareOptions class.
public DeviceShareOptions(bool? autoApprove, bool? transferControl, bool? enableLocation, bool? enableGps)
Parameters
autoApprovebool?The flag for auto approve setting.
transferControlbool?The flag for transfer control setting.
enableLocationbool?The flag to enable/disable location data setting.
enableGpsbool?The flag to enable/disable gps data setting.
Properties
AutoApprove
Gets or sets a value indicating auto approve switch.
public bool? AutoApprove { get; set; }
Property Value
EnableGps
Gets or sets a value indicating enable gps data switch.
public bool? EnableGps { get; set; }
Property Value
EnableLocation
Gets or sets a value indicating enable location data switch.
public bool? EnableLocation { get; set; }
Property Value
TransferControl
Gets or sets a value indicating transfer control switch.
public bool? TransferControl { get; set; }