Table of Contents

Class CredentialAuthorityChanged

Namespace
InSite.Domain.Records
Assembly
Shift.Sdk.dll
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

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