Back to Devexpress

XPInstantFeedbackSource Constructors

xpo-devexpress-dot-xpo-dot-xpinstantfeedbacksource-dot-ctor.md

latest12.3 KB
Original Source

XPInstantFeedbackSource Constructors

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

NameParametersDescription
XPInstantFeedbackSource()noneCreates a new instance of the XPInstantFeedbackSource.
XPInstantFeedbackSource(XPClassInfo, String, CriteriaOperator, Action<ResolveSessionEventArgs>, Action<ResolveSessionEventArgs>)classInfo, displayableProperties, fixedCriteria, resolveSession, dismissSessionInitializes 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, dismissSessionInitializes a new instance of the XPInstantFeedbackSource class for the specified persistent class, with the specified settings.
XPInstantFeedbackSource(XPClassInfo, String, CriteriaOperator)classInfo, displayableProperties, fixedCriteriaInitializes a new instance of the XPInstantFeedbackSource class for the specified persistent class, with the specified settings.
XPInstantFeedbackSource(XPClassInfo)classInfoInitializes a new instance of the XPInstantFeedbackSource class for the specified persistent class.
XPInstantFeedbackSource(IContainer)containerInitializes 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, dismissSessionInitializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider, XPClassInfo, String, CriteriaOperator, EventHandler<ResolveSessionEventArgs>, EventHandler<ResolveSessionEventArgs>)serviceProvider, classInfo, displayableProperties, fixedCriteria, resolveSession, dismissSessionInitializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider, XPClassInfo, String, CriteriaOperator)serviceProvider, classInfo, displayableProperties, fixedCriteriaInitializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider, XPClassInfo)serviceProvider, classInfoInitializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider, IContainer)serviceProvider, containerInitializes 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, dismissSessionInitializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider, String, String, String, CriteriaOperator, EventHandler<ResolveSessionEventArgs>, EventHandler<ResolveSessionEventArgs>)-!---J---)serviceProvider, assemblyName, typeName, displayableProperties, fixedCriteria, resolveSession, dismissSessionInitializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider, String, String, String, CriteriaOperator)serviceProvider, assemblyName, typeName, displayableProperties, fixedCriteriaInitializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider, String, String)serviceProvider, assemblyName, typeNameInitializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider, Type, String, CriteriaOperator, Action<ResolveSessionEventArgs>, Action<ResolveSessionEventArgs>)serviceProvider, objectType, displayableProperties, fixedCriteria, resolveSession, dismissSessionInitializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider, Type, String, CriteriaOperator, EventHandler<ResolveSessionEventArgs>, EventHandler<ResolveSessionEventArgs>)serviceProvider, objectType, displayableProperties, fixedCriteria, resolveSession, dismissSessionInitializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider, Type, String, CriteriaOperator)serviceProvider, objectType, displayableProperties, fixedCriteriaInitializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider, Type)serviceProvider, objectTypeInitializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider)serviceProviderInitializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(String, String, String, CriteriaOperator, Action<ResolveSessionEventArgs>, Action<ResolveSessionEventArgs>)assemblyName, typeName, displayableProperties, fixedCriteria, resolveSession, dismissSessionInitializes 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, dismissSessionInitializes a new instance of the XPInstantFeedbackSource class for the specified persistent class, with the specified settings.
XPInstantFeedbackSource(String, String, String, CriteriaOperator)assemblyName, typeName, displayableProperties, fixedCriteriaInitializes a new instance of the XPInstantFeedbackSource class for the specified persistent class, with the specified settings.
XPInstantFeedbackSource(String, String)assemblyName, typeNameInitializes a new instance of the XPInstantFeedbackSource class for the specified persistent class.
XPInstantFeedbackSource(Type, String, CriteriaOperator, Action<ResolveSessionEventArgs>, Action<ResolveSessionEventArgs>)objectType, displayableProperties, fixedCriteria, resolveSession, dismissSessionInitializes 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, dismissSessionInitializes a new instance of the XPInstantFeedbackSource class for the specified persistent class, with the specified settings.
XPInstantFeedbackSource(Type, String, CriteriaOperator)objectType, displayableProperties, fixedCriteriaInitializes a new instance of the XPInstantFeedbackSource class for the specified persistent class, with the specified settings.
XPInstantFeedbackSource(Type)objectTypeInitializes a new instance of the XPInstantFeedbackSource class for the specified persistent class.

See Also

XPInstantFeedbackSource Class

XPInstantFeedbackSource Members

DevExpress.Xpo Namespace