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

Defines the fluent interface for configuring the Calendar.CalendarSelectionSettings.
Inheritance: IHideObjectMembers
Afficher le fichier Open project: juanplopes/simple-telerik

Méthodes publiques

Méthode Description
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.

Method Details

Action() public méthode

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.
Résultat CalendarSelectionSettingsBuilder

Action() public méthode

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.
Résultat CalendarSelectionSettingsBuilder

CalendarSelectionSettingsBuilder() public méthode

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.
Résultat System

Dates() public méthode

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
Résultat CalendarSelectionSettingsBuilder