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
personIdGuidgrantedDateTimeOffsetgrantedBystring
Properties
Granted
public DateTimeOffset Granted { get; set; }
Property Value
GrantedBy
public string GrantedBy { get; set; }