WcfInstantFeedbackSource Constructors
The data source for the GridControl and SearchLookUpEdit controls that binds these controls to a WCF Data Service in Instant Feedback Mode.| Name | Parameters | Description |
|---|---|---|
| WcfInstantFeedbackSource() | none | Initializes a new instance of the WcfInstantFeedbackSource class. |
| WcfInstantFeedbackSource(Action<GetSourceEventArgs>, Action<GetSourceEventArgs>) | getSource, freeSource | Initializes a new instance of the WcfInstantFeedbackSource with the specified settings. |
| WcfInstantFeedbackSource(Action<GetSourceEventArgs>) | getSource | Initializes a new instance of the WcfInstantFeedbackSource with the specified settings. |
| WcfInstantFeedbackSource(EventHandler<GetSourceEventArgs>, EventHandler<GetSourceEventArgs>) | getSource, freeSource | Initializes a new instance of the WcfInstantFeedbackSource with the specified settings. |
| WcfInstantFeedbackSource(EventHandler<GetSourceEventArgs>) | getSource | Initializes a new instance of the WcfInstantFeedbackSource with the specified settings. |
See Also