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

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

Public Methods

Method Description
UpdateGroupCommand ( System.Guid id, string name, string description, bool isDisabled, string externalGroupName ) : System

Method Details

UpdateGroupCommand() public method

public UpdateGroupCommand ( System.Guid id, string name, string description, bool isDisabled, string externalGroupName ) : System
id System.Guid
name string
description string
isDisabled bool
externalGroupName string
return System