Table of Contents

Class CredentialGranted

Namespace
InSite.Domain.Records
Assembly
Shift.Sdk.dll
[Obsolete]
public class CredentialGranted : Change, IChange
Inheritance
CredentialGranted
Implements
Inherited Members
Extension Methods

Constructors

CredentialGranted(Guid, DateTimeOffset, string, string, string, decimal?)

public CredentialGranted(Guid user, DateTimeOffset granted, string authority, string location, string reference, decimal? hours)

Parameters

user Guid
granted DateTimeOffset
authority string
location string
reference string
hours decimal?

Properties

Authority

public string Authority { get; set; }

Property Value

string

Granted

public DateTimeOffset Granted { get; set; }

Property Value

DateTimeOffset

Hours

public decimal? Hours { get; set; }

Property Value

decimal?

Location

public string Location { get; set; }

Property Value

string

Reference

public string Reference { get; set; }

Property Value

string

User

public Guid User { get; set; }

Property Value

Guid