Class ChangeCredentialAuthority
- Namespace
- InSite.Application.Credentials.Write
- Assembly
- Shift.Sdk.dll
public class ChangeCredentialAuthority : Command, ICommand
- Inheritance
-
ChangeCredentialAuthority
- Implements
- Inherited Members
- Extension Methods
Constructors
ChangeCredentialAuthority(Guid, Guid?, string, string, string, string, decimal?)
public ChangeCredentialAuthority(Guid credential, Guid? authorityIdentifier, string authorityName, string authorityType, string location, string reference, decimal? hours)
Parameters
credentialGuidauthorityIdentifierGuid?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; }