C# 클래스 Telerik.Web.Mvc.UI.Fluent.GridWebServiceSettingsBuilder

Defines the fluent interface for configuring the Grid{T}.WebService.
상속: IHideObjectMembers
파일 보기 프로젝트 열기: juanplopes/simple-telerik

공개 메소드들

메소드 설명
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