Table of Contents

Class CustomSecurityIdDefinition

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

The definition of a custom security ID which can be used to control access to custom Add-Ins.

[Obsolete("Use CustomSecurityId")]
public class CustomSecurityIdDefinition
Inheritance
CustomSecurityIdDefinition
Inherited Members

Constructors

CustomSecurityIdDefinition(string?, IEnumerable<SecurityIdTranslation>?)

Initializes a new instance of the CustomSecurityIdDefinition class.

public CustomSecurityIdDefinition(string? name, IEnumerable<SecurityIdTranslation>? translations)

Parameters

name string

Name of the CustomSecurityIdDefinition.

translations IEnumerable<SecurityIdTranslation>

Translations of CustomSecurityIdDefinition.

Properties

Name

Gets or sets the name of the custom security ID definition.

public string? Name { get; set; }

Property Value

string

string

Translations

Gets or sets the translations of the custom security ID definition.

public IEnumerable<SecurityIdTranslation>? Translations { get; set; }

Property Value

IEnumerable<SecurityIdTranslation>

List<T>