Table of Contents

Class UserCreated

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

Constructors

UserCreated(string, string, string, string, string, string)

public UserCreated(string email, string firstName, string lastName, string middleName, string fullName, string timeZone)

Parameters

email string
firstName string
lastName string
middleName string
fullName string
timeZone string

Properties

Email

public string Email { get; set; }

Property Value

string

FirstName

public string FirstName { get; set; }

Property Value

string

FullName

public string FullName { get; set; }

Property Value

string

LastName

public string LastName { get; set; }

Property Value

string

MiddleName

public string MiddleName { get; set; }

Property Value

string

TimeZone

public string TimeZone { get; set; }

Property Value

string