Table of Contents

Class AlertUserAccountWelcomed

Namespace
InSite.Domain.Messages
Assembly
Shift.Sdk.dll
public class AlertUserAccountWelcomed : Notification
Inheritance
AlertUserAccountWelcomed
Inherited Members
Extension Methods

Constructors

AlertUserAccountWelcomed()

public AlertUserAccountWelcomed()

Properties

TenantCode

public string TenantCode { get; set; }

Property Value

string

TenantIdentifier

public Guid TenantIdentifier { get; set; }

Property Value

Guid

TenantName

public string TenantName { get; set; }

Property Value

string

Url

public string Url { get; set; }

Property Value

string

UserAccessGranted

public DateTimeOffset? UserAccessGranted { get; set; }

Property Value

DateTimeOffset?

UserEmail

public string UserEmail { get; set; }

Property Value

string

UserFirstName

public string UserFirstName { get; set; }

Property Value

string

UserIdentifier

public Guid? UserIdentifier { get; set; }

Property Value

Guid?

UserPassword

public string UserPassword { get; set; }

Property Value

string

UserPasswordHash

public string UserPasswordHash { get; set; }

Property Value

string

WelcomeMsgDictionary

public Dictionary<string, string> WelcomeMsgDictionary { get; set; }

Property Value

Dictionary<string, string>

Methods

BuildVariableList()

public override StringDictionary BuildVariableList()

Returns

StringDictionary