Class TenantBranchDto
- Namespace
- KadicAuth.Application.TenantBranches.DTOs
- Assembly
- KadicAuth.Application.dll
public sealed record TenantBranchDto
- Inheritance
-
object
TenantBranchDto
Constructors
TenantBranchDto(Guid, Guid, string, string, bool, bool, string?, string?, DateTime, DateTime?)
public TenantBranchDto(Guid Id, Guid TenantId, string Name, string Slug, bool IsActive, bool IsDefault, string? Address, string? Phone, DateTime CreatedAt, DateTime? UpdatedAt)
Parameters
Id Guid
TenantId Guid
Name string
Slug string
IsActive bool
IsDefault bool
Address string
Phone string
CreatedAt DateTime
UpdatedAt DateTime?
Properties
Address
public string? Address { get; init; }
Property Value
- string
CreatedAt
public DateTime CreatedAt { get; init; }
Property Value
- DateTime
Id
public Guid Id { get; init; }
Property Value
- Guid
IsActive
public bool IsActive { get; init; }
Property Value
- bool
IsDefault
public bool IsDefault { get; init; }
Property Value
- bool
Name
public string Name { get; init; }
Property Value
- string
Phone
public string? Phone { get; init; }
Property Value
- string
Slug
public string Slug { get; init; }
Property Value
- string
TenantId
public Guid TenantId { get; init; }
Property Value
- Guid
UpdatedAt
public DateTime? UpdatedAt { get; init; }
Property Value
- DateTime?