Table of Contents

Class UserNameModified

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

Constructors

UserNameModified(string, string, string, string)

public UserNameModified(string firstName, string lastName, string middleName, string fullName)

Parameters

firstName string
lastName string
middleName string
fullName string

Properties

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