Table of Contents

Class DataPrivacySettings

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

The settings for fuel and fill-ups.

public class DataPrivacySettings
Inheritance
DataPrivacySettings
Inherited Members

Constructors

DataPrivacySettings()

Initializes a new instance of the DataPrivacySettings class.

public DataPrivacySettings()

Properties

BlockLocation

Gets or sets a value indicating whether gps location should be blocked.

public bool BlockLocation { get; set; }

Property Value

bool

Blocks gps data location if enabled.

BlockSpeed

Gets or sets a value indicating whether gps speed should be blocked.

public bool BlockSpeed { get; set; }

Property Value

bool

Blocks gps data speed if enabled.

Methods

Clone()

Creates a new object that is a copy of the current instance.

public object Clone()

Returns

object

A new object that is a copy of this instance.

Equals(object?)

Determines whether the specified object, is equal to this instance.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with this instance.

Returns

bool

true if the specified object is equal to this instance; otherwise, false.

GetHashCode()

Returns a hash code for this instance.

public override int GetHashCode()

Returns

int

A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.