C# Class Telerik.Web.Mvc.UI.CalendarHtmlBuilder

Inheritance: ICalendarHtmlBuilder
Afficher le fichier Open project: juanplopes/simple-telerik

Méthodes publiques

Méthode Description
Build ( ) : IHtmlNode
CalendarHtmlBuilder ( Calendar calendar ) : System
CellTag ( System.DateTime day, string urlFormat, bool isOtherMonth ) : IHtmlNode
ContentTag ( ) : IHtmlNode
HeaderCellTag ( string dayOfWeek ) : IHtmlNode
HeaderTag ( ) : IHtmlNode
MonthTag ( ) : IHtmlNode
NavigationTag ( ) : IHtmlNode
RowTag ( ) : IHtmlNode

Private Methods

Méthode Description
CompareDates ( System.DateTime focusedDate, System.DateTime boundaryDate, bool isPrev ) : int
GetUrl ( System.DateTime day, string urlFormat ) : string
NavigationLink ( string direction, System.DateTime focusedDate, bool isDisabled ) : IHtmlNode

Method Details

Build() public méthode

public Build ( ) : IHtmlNode
Résultat IHtmlNode

CalendarHtmlBuilder() public méthode

public CalendarHtmlBuilder ( Calendar calendar ) : System
calendar Calendar
Résultat System

CellTag() public méthode

public CellTag ( System.DateTime day, string urlFormat, bool isOtherMonth ) : IHtmlNode
day System.DateTime
urlFormat string
isOtherMonth bool
Résultat IHtmlNode

ContentTag() public méthode

public ContentTag ( ) : IHtmlNode
Résultat IHtmlNode

HeaderCellTag() public méthode

public HeaderCellTag ( string dayOfWeek ) : IHtmlNode
dayOfWeek string
Résultat IHtmlNode

HeaderTag() public méthode

public HeaderTag ( ) : IHtmlNode
Résultat IHtmlNode

MonthTag() public méthode

public MonthTag ( ) : IHtmlNode
Résultat IHtmlNode

NavigationTag() public méthode

public NavigationTag ( ) : IHtmlNode
Résultat IHtmlNode

RowTag() public méthode

public RowTag ( ) : IHtmlNode
Résultat IHtmlNode