EntityInstantFeedbackSource Constructors
The data source for the GridControl and SearchLookUpEdit that binds these controls to Entity Framework 4+ model classes in Instant Feedback Mode.| Name | Parameters | Description |
|---|---|---|
| EntityInstantFeedbackSource() | none | Initializes a new instance of the EntityInstantFeedbackSource class. |
| EntityInstantFeedbackSource(Action<GetQueryableEventArgs>, Action<GetQueryableEventArgs>) | getQueryable, freeQueryable | Initializes a new instance of the EntityInstantFeedbackSource with the specified settings. |
| EntityInstantFeedbackSource(Action<GetQueryableEventArgs>) | getQueryable | Initializes a new instance of the EntityInstantFeedbackSource with the specified settings. |
| EntityInstantFeedbackSource(EventHandler<GetQueryableEventArgs>, EventHandler<GetQueryableEventArgs>) | getQueryable, freeQueryable | Initializes a new instance of the EntityInstantFeedbackSource with the specified settings. |
| EntityInstantFeedbackSource(EventHandler<GetQueryableEventArgs>) | getQueryable | Initializes a new instance of the EntityInstantFeedbackSource with the specified settings. |
See Also