C# Класс Telerik.Web.Mvc.UI.Fluent.GridWebServiceSettingsBuilder

Defines the fluent interface for configuring the Grid{T}.WebService.
Наследование: IHideObjectMembers
Показать файл Открыть проект

Открытые методы

Метод Описание
Enabled ( bool value ) : GridWebServiceSettingsBuilder

Enables or disables web service binding.

The Enabled method is useful when you need to enable web service binding based on certain conditions.

GridWebServiceSettingsBuilder ( GridBindingSettings settings ) : Infrastructure

Initializes a new instance of the GridWebServiceSettingsBuilder class.

Url ( string value ) : GridWebServiceSettingsBuilder

Sets the url of the web service which the Grid will request for data.

Описание методов

Enabled() публичный Метод

Enables or disables web service binding.
The Enabled method is useful when you need to enable web service binding based on certain conditions.
public Enabled ( bool value ) : GridWebServiceSettingsBuilder
value bool
Результат GridWebServiceSettingsBuilder

GridWebServiceSettingsBuilder() публичный Метод

Initializes a new instance of the GridWebServiceSettingsBuilder class.
public GridWebServiceSettingsBuilder ( GridBindingSettings settings ) : Infrastructure
settings GridBindingSettings The settings.
Результат Infrastructure

Url() публичный Метод

Sets the url of the web service which the Grid will request for data.
public Url ( string value ) : GridWebServiceSettingsBuilder
value string The value.
Результат GridWebServiceSettingsBuilder