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

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

Public Methods

Method Description
CreateUserCommand ( System.Guid id, string name, string>.IReadOnlyCollection customProperties ) : System

Method Details

CreateUserCommand() public method

public CreateUserCommand ( System.Guid id, string name, string>.IReadOnlyCollection customProperties ) : System
id System.Guid
name string
customProperties string>.IReadOnlyCollection
return System