Table of Contents

Class PurgeSettings

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

Purge settings.

public class PurgeSettings
Inheritance
PurgeSettings
Inherited Members

Constructors

PurgeSettings()

Initializes a new instance of the PurgeSettings class.Initializes a new instance of the PurgeSettings class.

public PurgeSettings()

Properties

MaintenanceSchedules

Gets or sets the maintenance schedules.

public MaintenanceSchedule[] MaintenanceSchedules { get; set; }

Property Value

MaintenanceSchedule[]

The maintenance schedules.

VerboseLogging

Gets or sets a value indicating whether we enable verbose logging.

public bool VerboseLogging { get; set; }

Property Value

bool

A value indicating whether we enable verbose logging.

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 the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object .

Returns

bool

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

GetHashCode()

Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.

public override int GetHashCode()

Returns

int

A hash code for the current object.