Class CredentialGranted2
[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
userGuidgrantedDateTimeOffsetauthorityIdentifierGuid?authorityNamestringauthorityTypestringlocationstringreferencestringhoursdecimal?
Properties
AuthorityIdentifier
public Guid? AuthorityIdentifier { get; set; }
Property Value
- Guid?
AuthorityName
public string AuthorityName { get; set; }
Property Value
AuthorityType
public string AuthorityType { get; set; }
Property Value
Granted
public DateTimeOffset Granted { get; set; }
Property Value
Hours
public decimal? Hours { get; set; }
Property Value
Location
public string Location { get; set; }
Property Value
Reference
public string Reference { get; set; }
Property Value
User
public Guid User { get; set; }