Table of Contents

Class PdfTemplateConfigResponse

Namespace
KadicErp.WebApi.Controllers.Settings
Assembly
KadicErp.WebApi.dll
public sealed record PdfTemplateConfigResponse
Inheritance
object
PdfTemplateConfigResponse

Constructors

PdfTemplateConfigResponse(Guid, string, string, bool, string, string, string, string, string, string?, string?, DateTime, DateTime)

public PdfTemplateConfigResponse(Guid Id, string DocumentType, string Name, bool IsActive, string PrimaryColor, string LightColor, string BorderColor, string TextSecondaryColor, string DarkColor, string? FooterText, string? WatermarkText, DateTime CreatedAt, DateTime UpdatedAt)

Parameters

Id Guid
DocumentType string
Name string
IsActive bool
PrimaryColor string
LightColor string
BorderColor string
TextSecondaryColor string
DarkColor string
FooterText string
WatermarkText string
CreatedAt DateTime
UpdatedAt DateTime

Properties

BorderColor

public string BorderColor { get; init; }

Property Value

string

CreatedAt

public DateTime CreatedAt { get; init; }

Property Value

DateTime

DarkColor

public string DarkColor { get; init; }

Property Value

string

DocumentType

public string DocumentType { get; init; }

Property Value

string

FooterText

public string? FooterText { get; init; }

Property Value

string

Id

public Guid Id { get; init; }

Property Value

Guid

IsActive

public bool IsActive { get; init; }

Property Value

bool

LightColor

public string LightColor { get; init; }

Property Value

string

Name

public string Name { get; init; }

Property Value

string

PrimaryColor

public string PrimaryColor { get; init; }

Property Value

string

TextSecondaryColor

public string TextSecondaryColor { get; init; }

Property Value

string

UpdatedAt

public DateTime UpdatedAt { get; init; }

Property Value

DateTime

WatermarkText

public string? WatermarkText { get; init; }

Property Value

string