C# 클래스 Telerik.Web.Mvc.UI.CalendarSelectionSettingsBuilder

Defines the fluent interface for configuring the Calendar.CalendarSelectionSettings.
상속: IHideObjectMembers
파일 보기 프로젝트 열기: juanplopes/simple-telerik

공개 메소드들

메소드 설명
Action ( string action, object values ) : CalendarSelectionSettingsBuilder

Sets the action to which the date should navigate

Action ( string action, string controller, object values ) : CalendarSelectionSettingsBuilder

Sets the action to which the item should navigate

CalendarSelectionSettingsBuilder ( CalendarSelectionSettings settings, System.Web.Mvc.ViewContext viewContext ) : System

Initializes a new instance of the CalendarSelectionSettingsBuilder class.

Dates ( IList dates ) : CalendarSelectionSettingsBuilder

Defines list of dates. This list determines which dates to be rendered with action link.

메소드 상세

Action() 공개 메소드

Sets the action to which the date should navigate
public Action ( string action, object values ) : CalendarSelectionSettingsBuilder
action string Name of the action.
values object The route values.
리턴 CalendarSelectionSettingsBuilder

Action() 공개 메소드

Sets the action to which the item should navigate
public Action ( string action, string controller, object values ) : CalendarSelectionSettingsBuilder
action string Name of the action.
controller string Name of the controller.
values object The route values.
리턴 CalendarSelectionSettingsBuilder

CalendarSelectionSettingsBuilder() 공개 메소드

Initializes a new instance of the CalendarSelectionSettingsBuilder class.
public CalendarSelectionSettingsBuilder ( CalendarSelectionSettings settings, System.Web.Mvc.ViewContext viewContext ) : System
settings CalendarSelectionSettings The selection settings.
viewContext System.Web.Mvc.ViewContext The view context.
리턴 System

Dates() 공개 메소드

Defines list of dates. This list determines which dates to be rendered with action link.
public Dates ( IList dates ) : CalendarSelectionSettingsBuilder
dates IList List of objects
리턴 CalendarSelectionSettingsBuilder