Table of Contents

Class GrantPersonAccess

Namespace
InSite.Application.People.Write
Assembly
Shift.Sdk.dll
public class GrantPersonAccess : Command, ICommand
Inheritance
GrantPersonAccess
Implements
Inherited Members
Extension Methods

Constructors

GrantPersonAccess(Guid, DateTimeOffset, string)

public GrantPersonAccess(Guid personId, DateTimeOffset granted, string grantedBy)

Parameters

personId Guid
granted DateTimeOffset
grantedBy string

Properties

Granted

public DateTimeOffset Granted { get; set; }

Property Value

DateTimeOffset

GrantedBy

public string GrantedBy { get; set; }

Property Value

string