Class RouteDto
- Namespace
- Raytha.Application.Routes
- Assembly
- Raytha.Application.dll
public record RouteDto : BaseEntityDto, IBaseEntityDto, IEquatable<BaseEntityDto>, IEquatable<RouteDto>
- Inheritance
-
RouteDto
- Implements
- Inherited Members
Properties
ContentItemId
public ShortGuid ContentItemId { get; init; }
Property Value
- ShortGuid
Path
public string Path { get; init; }
Property Value
PathType
public string PathType { get; }
Property Value
ViewId
public ShortGuid ViewId { get; init; }
Property Value
- ShortGuid
Methods
GetProjection()
public static Expression<Func<Route, RouteDto>> GetProjection()
Returns
- Expression<Func<Route, RouteDto>>
GetProjection(Route)
public static RouteDto GetProjection(Route entity)
Parameters
entity
Route