Table of Contents

Class EditRaythaFunction.Command

Namespace
Raytha.Application.RaythaFunctions.Commands
Assembly
Raytha.Application.dll
public record EditRaythaFunction.Command : LoggableEntityRequest<CommandResponseDto<ShortGuid>>, IRequest<CommandResponseDto<ShortGuid>>, IBaseRequest, ILoggableRequest, IEquatable<LoggableRequest<CommandResponseDto<ShortGuid>>>, ILoggableEntityRequest, IEquatable<LoggableEntityRequest<CommandResponseDto<ShortGuid>>>, IEquatable<EditRaythaFunction.Command>
Inheritance
EditRaythaFunction.Command
Implements
IRequest<CommandResponseDto<ShortGuid>>
IBaseRequest
Inherited Members

Properties

Code

public required string Code { get; init; }

Property Value

string

IsActive

public bool IsActive { get; init; }

Property Value

bool

Name

public required string Name { get; init; }

Property Value

string

TriggerType

public required string TriggerType { get; init; }

Property Value

string

Methods

Empty()

public static EditRaythaFunction.Command Empty()

Returns

EditRaythaFunction.Command