Inheritance Hierarchy
RainWorx.FrameWorx.DTOEvent
Namespace: RainWorx.FrameWorx.DTO
Assembly: RainWorx.FrameWorx.DTO (in RainWorx.FrameWorx.DTO.dll) Version: 3.5
Syntax
C#
public class Event
The Event type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Event | Initializes a new instance of the Event class |
Properties
Extension Methods
Name | Description | |
---|---|---|
![]() | BeginDetailLink |
Generates the Beginning HTML of an anchor tag with the absolute url, including SEO data, to the Detail page of this Event
(Defined by HtmlHelpers.) |
![]() | DetailLink |
Generates the HTML of an anchor tag with the absolute url, including SEO data, to the Detail page of this Event, wrapping the specified value
(Defined by HtmlHelpers.) |
![]() | EndDetailLink |
Generates the Ending HTML of an anchor tag with the absolute url, including SEO data, to the Detail page of this Event
(Defined by HtmlHelpers.) |
![]() | GetDetailUrl |
Generates the absolute url, including SEO data, to the Detail page of this Event
(Defined by HtmlHelpers.) |
![]() | ToMvcHtmlString |
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.) |
See Also