Class GrantCredential
- Namespace
- InSite.Application.Credentials.Write
- Assembly
- Shift.Sdk.dll
public class GrantCredential : Command, ICommand
- Inheritance
-
GrantCredential
- Implements
- Inherited Members
- Extension Methods
Constructors
GrantCredential(Guid, DateTimeOffset, string, decimal?, Guid?, string)
public GrantCredential(Guid credential, DateTimeOffset granted, string description, decimal? score, Guid? employerGroup, string employerGroupStatus)
Parameters
credentialGuidgrantedDateTimeOffsetdescriptionstringscoredecimal?employerGroupGuid?employerGroupStatusstring
Properties
Description
public string Description { get; }
Property Value
EmployerGroup
public Guid? EmployerGroup { get; }
Property Value
- Guid?
EmployerGroupStatus
public string EmployerGroupStatus { get; }
Property Value
Granted
public DateTimeOffset Granted { get; }
Property Value
Score
public decimal? Score { get; }