Class LockType
- Namespace
- Geotab.Checkmate.ObjectModel.Lock
- Assembly
- Geotab.Checkmate.ObjectModel.dll
public class LockType : NameEntity, IEntity, IComparable, IIdentifiable
- Inheritance
-
LockType
- Implements
- Inherited Members
Constructors
LockType()
Initializes a new instance of the LockType class.
public LockType()
LockType(Id?, string?, bool?)
Initializes a new instance of the LockType class.
public LockType(Id? id, string? name, bool? disabled)
Parameters
LockType(string)
Initializes a new instance of the LockType class.
public LockType(string name)
Parameters
name
stringThe name.
Properties
IsDisabled
Gets or sets if the type is disabled.
public bool? IsDisabled { get; set; }
Property Value
- bool?
The is disabled flag.
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.
GetRemovedOnUnlock()
public bool GetRemovedOnUnlock()
Returns
- bool
True or False.