Back to Devexpress

WcfInstantFeedbackSource Constructors

corelibraries-devexpress-dot-data-dot-wcflinq-dot-wcfinstantfeedbacksource-dot-ctor.md

latest2.5 KB
Original Source

WcfInstantFeedbackSource Constructors

The data source for the GridControl and SearchLookUpEdit controls that binds these controls to a WCF Data Service in Instant Feedback Mode.

NameParametersDescription
WcfInstantFeedbackSource()noneInitializes a new instance of the WcfInstantFeedbackSource class.
WcfInstantFeedbackSource(Action<GetSourceEventArgs>, Action<GetSourceEventArgs>)getSource, freeSourceInitializes a new instance of the WcfInstantFeedbackSource with the specified settings.
WcfInstantFeedbackSource(Action<GetSourceEventArgs>)getSourceInitializes a new instance of the WcfInstantFeedbackSource with the specified settings.
WcfInstantFeedbackSource(EventHandler<GetSourceEventArgs>, EventHandler<GetSourceEventArgs>)getSource, freeSourceInitializes a new instance of the WcfInstantFeedbackSource with the specified settings.
WcfInstantFeedbackSource(EventHandler<GetSourceEventArgs>)getSourceInitializes a new instance of the WcfInstantFeedbackSource with the specified settings.

See Also

WcfInstantFeedbackSource Class

WcfInstantFeedbackSource Members

DevExpress.Data.WcfLinq Namespace