Class CredentialAuthorityChanged
public class CredentialAuthorityChanged : Change, IChange
- Inheritance
-
CredentialAuthorityChanged
- Implements
- Inherited Members
- Extension Methods
Constructors
CredentialAuthorityChanged(Guid?, string, string, string, string, decimal?)
public CredentialAuthorityChanged(Guid? authorityIdentifier, string authorityName, string authorityType, string location, string reference, decimal? hours)
Parameters
authorityIdentifierGuid?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
Hours
public decimal? Hours { get; set; }
Property Value
Location
public string Location { get; set; }
Property Value
Reference
public string Reference { get; set; }