Table of Contents

Class CustomSecurityId

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

A custom security ID which can be used to control access to custom Add-Ins.

public class CustomSecurityId
Inheritance
CustomSecurityId
Inherited Members

Constructors

CustomSecurityId(string?, IEnumerable<CustomSecurityIdTranslation>?)

Initializes a new instance of the CustomSecurityId class.

public CustomSecurityId(string? name, IEnumerable<CustomSecurityIdTranslation>? translations)

Parameters

name string

Name of the CustomSecurityId.

translations IEnumerable<CustomSecurityIdTranslation>

Translations of CustomSecurityId.

Properties

Name

Gets or sets the name of the custom security ID.

public string? Name { get; set; }

Property Value

string

string

Translations

Gets or sets the translations of the custom security ID.

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

Property Value

IEnumerable<CustomSecurityIdTranslation>

List<T>