Skip to main content
.NET 6.0+

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(IServiceProvider, XPClassInfo, String, CriteriaOperator, Action<ResolveSessionEventArgs>, Action<ResolveSessionEventArgs>) serviceProvider, classInfo, displayableProperties, fixedCriteria, resolveSession, dismissSession Initializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider, XPClassInfo, String, CriteriaOperator, EventHandler<ResolveSessionEventArgs>, EventHandler<ResolveSessionEventArgs>) serviceProvider, classInfo, displayableProperties, fixedCriteria, resolveSession, dismissSession Initializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider, XPClassInfo, String, CriteriaOperator) serviceProvider, classInfo, displayableProperties, fixedCriteria Initializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider, XPClassInfo) serviceProvider, classInfo Initializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider, IContainer) serviceProvider, container Initializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider, String, String, String, CriteriaOperator, Action<ResolveSessionEventArgs>, Action<ResolveSessionEventArgs>) serviceProvider, assemblyName, typeName, displayableProperties, fixedCriteria, resolveSession, dismissSession Initializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider, String, String, String, CriteriaOperator, EventHandler<ResolveSessionEventArgs>, EventHandler<ResolveSessionEventArgs>) serviceProvider, assemblyName, typeName, displayableProperties, fixedCriteria, resolveSession, dismissSession Initializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider, String, String, String, CriteriaOperator) serviceProvider, assemblyName, typeName, displayableProperties, fixedCriteria Initializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider, String, String) serviceProvider, assemblyName, typeName Initializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider, Type, String, CriteriaOperator, Action<ResolveSessionEventArgs>, Action<ResolveSessionEventArgs>) serviceProvider, objectType, displayableProperties, fixedCriteria, resolveSession, dismissSession Initializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider, Type, String, CriteriaOperator, EventHandler<ResolveSessionEventArgs>, EventHandler<ResolveSessionEventArgs>) serviceProvider, objectType, displayableProperties, fixedCriteria, resolveSession, dismissSession Initializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider, Type, String, CriteriaOperator) serviceProvider, objectType, displayableProperties, fixedCriteria Initializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider, Type) serviceProvider, objectType Initializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider) serviceProvider Initializes a new instance of the XPInstantFeedbackSource class with specified settings.
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