Table of Contents

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

credential Guid
authorityIdentifier Guid?
authorityName string
authorityType string
location string
reference string
hours decimal?

Properties

AuthorityIdentifier

public Guid? AuthorityIdentifier { get; set; }

Property Value

Guid?

AuthorityName

public string AuthorityName { get; set; }

Property Value

string

AuthorityType

public string AuthorityType { get; set; }

Property Value

string

Hours

public decimal? Hours { get; set; }

Property Value

decimal?

Location

public string Location { get; set; }

Property Value

string

Reference

public string Reference { get; set; }

Property Value

string