Table of Contents

Class CreateSubModuleCommand

Namespace
KadicAuth.Application.SubModules.Commands
Assembly
KadicAuth.Application.dll
public sealed record CreateSubModuleCommand : IRequest<Result<Guid>>, IBaseRequest
Inheritance
object
CreateSubModuleCommand
Implements
IRequest<Result<Guid>>
IBaseRequest

Constructors

CreateSubModuleCommand(Guid, string, string)

public CreateSubModuleCommand(Guid ModuleId, string Name, string Description)

Parameters

ModuleId Guid
Name string
Description string

Properties

Description

public string Description { get; init; }

Property Value

string

ModuleId

public Guid ModuleId { get; init; }

Property Value

Guid

Name

public string Name { get; init; }

Property Value

string