Class EntitySettingSearch
- Namespace
- Geotab.Checkmate.ObjectModel.EntitySettings
- Assembly
- Geotab.Checkmate.ObjectModel.dll
A Search object to search for EntitySetting rows.
public class EntitySettingSearch : Search, IEntity
- Inheritance
-
EntitySettingSearch
- Implements
- Inherited Members
Constructors
EntitySettingSearch()
Initializes a new instance of the EntitySettingSearch class.
public EntitySettingSearch()
EntitySettingSearch(EntityType, string?)
Initializes a new instance of the EntitySettingSearch class.
public EntitySettingSearch(EntityType entityType, string? key)
Parameters
entityType
EntityTypeThe entityType.
key
stringThe key.
EntitySettingSearch(EntityType, string?, Id?, IEnumerable<Id>?)
Initializes a new instance of the EntitySettingSearch class.
public EntitySettingSearch(EntityType entityType, string? key, Id? entityId, IEnumerable<Id>? entityIds)
Parameters
entityType
EntityTypeThe entityType.
key
stringThe key.
entityId
IdThe entityId.
entityIds
IEnumerable<Id>The entityIds.
EntitySettingSearch(Id?)
Initializes a new instance of the EntitySettingSearch class.
public EntitySettingSearch(Id? id)
Parameters
id
IdThe identifier.
Properties
EntityId
Gets or sets the entity Id.
public Id? EntityId { get; set; }
Property Value
EntityIds
Gets or sets entity Ids.
public IEnumerable<Id>? EntityIds { get; set; }
Property Value
- IEnumerable<Id>
Entity Ids.
EntityType
Gets or sets the EntityType.
public EntityType? EntityType { get; set; }
Property Value
- EntityType?
The EntityType.
Key
Gets or sets the settings key.
public string? Key { get; set; }
Property Value
- string
The settings key.