Class ContentItemRaythaFunctionTargetDto
- Namespace
- Raytha.Application.ContentItems
- Assembly
- Raytha.Application.dll
public record ContentItemRaythaFunctionTargetDto : BaseEntityDto, IBaseEntityDto, IEquatable<BaseEntityDto>, IEquatable<ContentItemRaythaFunctionTargetDto>
- Inheritance
-
ContentItemRaythaFunctionTargetDto
- Implements
- Inherited Members
Properties
ContentType
public ContentTypeDto? ContentType { get; init; }
Property Value
ContentTypeId
public ShortGuid ContentTypeId { get; init; }
Property Value
- ShortGuid
CreationTime
public DateTime CreationTime { get; init; }
Property Value
CreatorUser
public AuditableUserDto? CreatorUser { get; init; }
Property Value
DraftContent
public dynamic DraftContent { get; init; }
Property Value
- dynamic
IsDraft
public bool IsDraft { get; init; }
Property Value
IsPublished
public bool IsPublished { get; init; }
Property Value
LastModificationTime
public DateTime? LastModificationTime { get; init; }
Property Value
LastModifierUser
public AuditableUserDto? LastModifierUser { get; init; }
Property Value
PrimaryField
public string PrimaryField { get; init; }
Property Value
PublishedContent
public dynamic PublishedContent { get; init; }
Property Value
- dynamic
RouteId
public ShortGuid RouteId { get; init; }
Property Value
- ShortGuid
RoutePath
public string RoutePath { get; init; }
Property Value
WebTemplate
public required WebTemplateDto WebTemplate { get; init; }
Property Value
WebTemplateId
public ShortGuid WebTemplateId { get; init; }
Property Value
- ShortGuid
Methods
GetProjection()
public static Expression<Func<ContentItem, WebTemplate, ContentItemRaythaFunctionTargetDto>> GetProjection()
Returns
- Expression<Func<ContentItem, WebTemplate, ContentItemRaythaFunctionTargetDto>>
GetProjection(ContentItem, WebTemplate)
public static ContentItemRaythaFunctionTargetDto GetProjection(ContentItem contentItem, WebTemplate webTemplate)
Parameters
contentItem
ContentItemwebTemplate
WebTemplate
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.