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
Properties
FirstName
public string FirstName { get; set; }
Property Value
FullNamePolicy
public string FullNamePolicy { get; set; }
Property Value
LastName
public string LastName { get; set; }
Property Value
MiddleName
public string MiddleName { get; set; }