Table of Contents

Class ModifyUserName

Namespace
InSite.Application.Users.Write
Assembly
Shift.Sdk.dll
public class ModifyUserName : Command, ICommand
Inheritance
ModifyUserName
Implements
Inherited Members
Extension Methods

Constructors

ModifyUserName(Guid, string, string, string, string)

public ModifyUserName(Guid userId, string firstName, string lastName, string middleName, string fullNamePolicy)

Parameters

userId Guid
firstName string
lastName string
middleName string
fullNamePolicy string

Properties

FirstName

public string FirstName { get; set; }

Property Value

string

FullNamePolicy

public string FullNamePolicy { get; set; }

Property Value

string

LastName

public string LastName { get; set; }

Property Value

string

MiddleName

public string MiddleName { get; set; }

Property Value

string