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

Inheritance: IIdAndNameCommand
Datei anzeigen Open project: affecto/dotnet-IdentityManagement

Public Methods

Method Description
UpdateOrganizationCommand ( System.Guid id, string name, string description, string email, bool isDisabled ) : System

Method Details

UpdateOrganizationCommand() public method

public UpdateOrganizationCommand ( System.Guid id, string name, string description, string email, bool isDisabled ) : System
id System.Guid
name string
description string
email string
isDisabled bool
return System