Class ContentTypeListItemDto
- Namespace
- Raytha.Application.ContentTypes
- Assembly
- Raytha.Application.dll
public record ContentTypeListItemDto : BaseEntityDto, IBaseEntityDto, IEquatable<BaseEntityDto>, IEquatable<ContentTypeListItemDto>
- Inheritance
-
ContentTypeListItemDto
- Implements
-
- Inherited Members
-
Properties
DefaultRouteTemplate
public string DefaultRouteTemplate { get; init; }
Property Value
- string
Description
public string Description { get; init; }
Property Value
- string
DeveloperName
public string DeveloperName { get; init; }
Property Value
- string
IsActive
public bool IsActive { get; init; }
Property Value
- bool
LabelPlural
public string LabelPlural { get; init; }
Property Value
- string
LabelSingular
public string LabelSingular { get; init; }
Property Value
- string
PrimaryFieldId
public ShortGuid PrimaryFieldId { get; init; }
Property Value
- ShortGuid
Methods
GetProjection()
public static Expression<Func<ContentType, ContentTypeListItemDto>> GetProjection()
Returns
- Expression<Func<ContentType, ContentTypeListItemDto>>
GetProjection(ContentType)
public static ContentTypeListItemDto GetProjection(ContentType entity)
Parameters
entity
ContentType
Returns
- ContentTypeListItemDto