Table of Contents

Class GroupFilter

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

GroupFilter can be used to specify the type of operator (AND and OR) to use when searching for entities. The GroupsFilter option allows you to use more than one type of operator when searching for a specific group.

public class GroupFilter : NameEntity, IEntity, IComparable, IIdentifiable
Inheritance
GroupFilter
Implements
Inherited Members

Constructors

GroupFilter()

Initializes a new instance of the GroupFilter class.Constructor

public GroupFilter()

GroupFilter(Id?, GroupFilterCondition?, string?, string?)

Initializes a new instance of the GroupFilter class.Constructor

public GroupFilter(Id? id, GroupFilterCondition? groupFilterCondition = null, string? name = null, string? comments = null)

Parameters

id Id

The id

groupFilterCondition GroupFilterCondition

Group Filter Condition

name string

Name of groupFilter

comments string

Comments of groupFilter

Properties

Comments

Gets or sets the comments

public string? Comments { get; set; }

Property Value

string

string

GroupFilterCondition

Gets or sets the GroupFilter

public GroupFilterCondition? GroupFilterCondition { get; set; }

Property Value

GroupFilterCondition

string

Methods

Clone()

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

public override IEntity Clone()

Returns

IEntity

A new object that is a copy of this instance.

PopulateDefaults()

Populate the Default Values

public void PopulateDefaults()