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
-
IBaseRequest
- Inherited Members
Properties
Code
public required string Code { get; init; }
Property Value
IsActive
public bool IsActive { get; init; }
Property Value
Name
public required string Name { get; init; }
Property Value
TriggerType
public required string TriggerType { get; init; }
Property Value
Methods
Empty()
public static EditRaythaFunction.Command Empty()