Method | Description | |
---|---|---|
Enabled ( bool value ) : |
Enables / disables web service functionality. The Enabled method is useful when you need to enable ajax based on certain conditions. |
|
Select ( string webServiceUrl ) : |
Specify the web service url for loading data
|
|
TreeViewWebServiceBindingSettingsBuilder ( TreeViewBindingSettings settings ) |
Initializes a new instance of the TreeViewWebServiceBindingSettingsBuilder class.
|
public Enabled ( bool value ) : |
||
value | bool | Whether to enable or to disable the web service. |
return |
public Select ( string webServiceUrl ) : |
||
webServiceUrl | string | |
return |
public TreeViewWebServiceBindingSettingsBuilder ( TreeViewBindingSettings settings ) | ||
settings | TreeViewBindingSettings | The settings. |