Table of Contents

Class PersonAccessGranted

Namespace
InSite.Domain.Contacts
Assembly
Shift.Sdk.dll
public class PersonAccessGranted : Change, IChange
Inheritance
PersonAccessGranted
Implements
Inherited Members
Extension Methods

Constructors

PersonAccessGranted(DateTimeOffset, string)

public PersonAccessGranted(DateTimeOffset granted, string grantedBy)

Parameters

granted DateTimeOffset
grantedBy string

Properties

Granted

public DateTimeOffset Granted { get; set; }

Property Value

DateTimeOffset

GrantedBy

public string GrantedBy { get; set; }

Property Value

string