Table of Contents

Class CredentialGranted2

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

Constructors

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

public CredentialGranted2(Guid user, DateTimeOffset granted, Guid? authorityIdentifier = null, string authorityName = null, string authorityType = null, string location = null, string reference = null, decimal? hours = null)

Parameters

user Guid
granted DateTimeOffset
authorityIdentifier Guid?
authorityName string
authorityType string
location string
reference string
hours decimal?

Properties

AuthorityIdentifier

public Guid? AuthorityIdentifier { get; set; }

Property Value

Guid?

AuthorityName

public string AuthorityName { get; set; }

Property Value

string

AuthorityType

public string AuthorityType { 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