Class EverythingSecurityGroup
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
This is a SystemSecurityClearance with an Id of GroupEverythingSecurityId. User(s) that have this group assigned to their security groups means they have access to everything in the system.
public class EverythingSecurityGroup : SystemSecurityClearance, IEntity, IComparable, IIdentifiable, IDefaultable
- Inheritance
-
EverythingSecurityGroup
- Implements
- Inherited Members
Constructors
EverythingSecurityGroup()
Initializes a new instance of the EverythingSecurityGroup class. Initializes a new instance of the EverythingSecurityGroup class.
public EverythingSecurityGroup()
EverythingSecurityGroup(Id)
Initializes a new instance of the EverythingSecurityGroup class.
public EverythingSecurityGroup(Id id)
Parameters
id
IdThe Group id.
EverythingSecurityGroup(string?, string?, List<SecurityFilter>?, List<Group>?, Group?, string?)
Initializes a new instance of the EverythingSecurityGroup class. Initializes a new instance of the EverythingSecurityGroup class.
public EverythingSecurityGroup(string? comments, string? reference = null, List<SecurityFilter>? securityFilters = null, List<Group>? children = null, Group? parent = null, string? path = null)
Parameters
comments
stringThe comments.
reference
stringThe reference.
securityFilters
List<SecurityFilter>The security filters.
children
List<Group>The children of the group.
parent
GroupThe groups parent.
path
stringLtree path of the group
Properties
Id
Gets the unique identifier for this entity. see Id.
public override Id Id { get; }
Property Value
Name
Gets or sets the name of this system group.
public override string? Name { get; set; }
Property Value
- string
The name of this system group.
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.