Table of Contents

Class UserAccountArchived

Namespace
InSite.Domain.Users
Assembly
Shift.Sdk.dll
public class UserAccountArchived : Change, IChange
Inheritance
UserAccountArchived
Implements
Inherited Members
Extension Methods

Constructors

UserAccountArchived(Guid, string, string, string)

public UserAccountArchived(Guid tenantID, string personName, string personEmail, string status)

Parameters

tenantID Guid
personName string
personEmail string
status string

Properties

PersonEmail

public string PersonEmail { get; set; }

Property Value

string

PersonName

public string PersonName { get; set; }

Property Value

string

Status

public string Status { get; set; }

Property Value

string

TenantIdentifier

public Guid TenantIdentifier { get; set; }

Property Value

Guid