Table of Contents

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

autoApprove bool?

The flag for auto approve setting.

transferControl bool?

The flag for transfer control setting.

enableLocation bool?

The flag to enable/disable location data setting.

enableGps bool?

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

bool?

bool

EnableGps

Gets or sets a value indicating enable gps data switch.

public bool? EnableGps { get; set; }

Property Value

bool?

bool

EnableLocation

Gets or sets a value indicating enable location data switch.

public bool? EnableLocation { get; set; }

Property Value

bool?

bool

TransferControl

Gets or sets a value indicating transfer control switch.

public bool? TransferControl { get; set; }

Property Value

bool?

bool