Table of Contents

Class EditConfiguration.Command

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

Properties

DateFormat

public string DateFormat { get; init; }

Property Value

string

OrganizationName

public string OrganizationName { get; init; }

Property Value

string

SmtpDefaultFromAddress

public string SmtpDefaultFromAddress { get; init; }

Property Value

string

SmtpDefaultFromName

public string SmtpDefaultFromName { get; init; }

Property Value

string

TimeZone

public string TimeZone { get; init; }

Property Value

string

WebsiteUrl

public string WebsiteUrl { get; init; }

Property Value

string