Table of Contents

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

credential Guid
granted DateTimeOffset
description string
score decimal?
employerGroup Guid?
employerGroupStatus string

Properties

Description

public string Description { get; }

Property Value

string

EmployerGroup

public Guid? EmployerGroup { get; }

Property Value

Guid?

EmployerGroupStatus

public string EmployerGroupStatus { get; }

Property Value

string

Granted

public DateTimeOffset Granted { get; }

Property Value

DateTimeOffset

Score

public decimal? Score { get; }

Property Value

decimal?