Click or drag to resize
WebServiceSettings Class
Represents the settings to be used for load on demand through web service.
Inheritance Hierarchy
SystemObject
  ObjectWithState
    Kettic.AspNet.ControlsWebServiceSettings
      Kettic.AspNet.ControlsSchedulerWebServiceSettings

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class WebServiceSettings : ObjectWithState

The WebServiceSettings type exposes the following members.

Properties
  NameDescription
Public propertyMethod
Gets or sets the method name to be called to populate items with ExpandMode set to WebService.
Public propertyPath
Gets or sets the name of the web service to be used to populate items with ExpandMode set to WebService.
Public propertyUseHttpGet
Gets or sets a boolean value
Top
See Also