C# Class Affecto.IdentityManagement.Commanding.Commands.UpdateUserCommand

Inheritance: IIdAndNameCommand
Show file Open project: affecto/dotnet-IdentityManagement

Public Methods

Method Description
UpdateUserCommand ( System.Guid id, string name, bool isDisabled ) : System

Method Details

UpdateUserCommand() public method

public UpdateUserCommand ( System.Guid id, string name, bool isDisabled ) : System
id System.Guid
name string
isDisabled bool
return System