Method | Description | |
---|---|---|
Enabled ( bool value ) : |
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 ) : |
Sets the url of the web service which the Grid will request for data.
|
public Enabled ( bool value ) : |
||
value | bool | |
return |
public GridWebServiceSettingsBuilder ( GridBindingSettings settings ) : Infrastructure | ||
settings | GridBindingSettings | The settings. |
return | Infrastructure |
public Url ( string value ) : |
||
value | string | The value. |
return |