Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPInstantFeedbackSource Constructors

The data source for a GridControl and SearchLookUpEdit controls that binds these controls to data in Instant Feedback Mode.
Name Parameters Description
XPInstantFeedbackSource() none Creates a new instance of the XPInstantFeedbackSource.
XPInstantFeedbackSource(XPClassInfo, String, CriteriaOperator, Action<ResolveSessionEventArgs>, Action<ResolveSessionEventArgs>) classInfo, displayableProperties, fixedCriteria, resolveSession, dismissSession Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class, with the specified settings.
XPInstantFeedbackSource(XPClassInfo, String, CriteriaOperator, EventHandler<ResolveSessionEventArgs>, EventHandler<ResolveSessionEventArgs>) classInfo, displayableProperties, fixedCriteria, resolveSession, dismissSession Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class, with the specified settings.
XPInstantFeedbackSource(XPClassInfo, String, CriteriaOperator) classInfo, displayableProperties, fixedCriteria Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class, with the specified settings.
XPInstantFeedbackSource(XPClassInfo) classInfo Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class.
XPInstantFeedbackSource(IContainer) container Initializes a new instance of the XPInstantFeedbackSource class and adds it to a form’s container.
XPInstantFeedbackSource(String, String, String, CriteriaOperator, Action<ResolveSessionEventArgs>, Action<ResolveSessionEventArgs>) assemblyName, typeName, displayableProperties, fixedCriteria, resolveSession, dismissSession Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class, with the specified settings.
XPInstantFeedbackSource(String, String, String, CriteriaOperator, EventHandler<ResolveSessionEventArgs>, EventHandler<ResolveSessionEventArgs>) assemblyName, typeName, displayableProperties, fixedCriteria, resolveSession, dismissSession Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class, with the specified settings.
XPInstantFeedbackSource(String, String, String, CriteriaOperator) assemblyName, typeName, displayableProperties, fixedCriteria Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class, with the specified settings.
XPInstantFeedbackSource(String, String) assemblyName, typeName Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class.
XPInstantFeedbackSource(Type, String, CriteriaOperator, Action<ResolveSessionEventArgs>, Action<ResolveSessionEventArgs>) objectType, displayableProperties, fixedCriteria, resolveSession, dismissSession Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class, with the specified settings.
XPInstantFeedbackSource(Type, String, CriteriaOperator, EventHandler<ResolveSessionEventArgs>, EventHandler<ResolveSessionEventArgs>) objectType, displayableProperties, fixedCriteria, resolveSession, dismissSession Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class, with the specified settings.
XPInstantFeedbackSource(Type, String, CriteriaOperator) objectType, displayableProperties, fixedCriteria Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class, with the specified settings.
XPInstantFeedbackSource(Type) objectType Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class.
See Also