Class ThemeDto
- Namespace
- Raytha.Application.Themes
- Assembly
- Raytha.Application.dll
public record ThemeDto : BaseAuditableEntityDto, IBaseEntityDto, IEquatable<BaseEntityDto>, IEquatable<BaseAuditableEntityDto>, IEquatable<ThemeDto>
- Inheritance
-
ThemeDto
- Implements
- Inherited Members
Properties
CreatorUser
public AuditableUserDto? CreatorUser { get; init; }
Property Value
Description
public required string Description { get; init; }
Property Value
DeveloperName
public required string DeveloperName { get; init; }
Property Value
IsExportable
public bool IsExportable { get; init; }
Property Value
LastModifierUser
public AuditableUserDto? LastModifierUser { get; init; }
Property Value
Title
public required string Title { get; init; }
Property Value
Methods
GetProjection()
public static Expression<Func<Theme, ThemeDto>> GetProjection()
Returns
- Expression<Func<Theme, ThemeDto>>
GetProjection(Theme)
public static ThemeDto GetProjection(Theme entity)
Parameters
entity
Theme