Class PersonAccessGranted
public class PersonAccessGranted : Change, IChange
- Inheritance
-
PersonAccessGranted
- Implements
- Inherited Members
- Extension Methods
Constructors
PersonAccessGranted(DateTimeOffset, string)
public PersonAccessGranted(DateTimeOffset granted, string grantedBy)
Parameters
grantedDateTimeOffsetgrantedBystring
Properties
Granted
public DateTimeOffset Granted { get; set; }
Property Value
GrantedBy
public string GrantedBy { get; set; }