Back to Devexpress

XPInstantFeedbackView Constructors

xpo-devexpress-dot-xpo-dot-xpinstantfeedbackview-dot-ctor.md

latest6.7 KB
Original Source

XPInstantFeedbackView Constructors

A data source that binds DevExpress grid controls with data tables and allows retrieving data from the server side in InstantFeedback mode.

NameParametersDescription
XPInstantFeedbackView()noneInitializes a new XPInstantFeedbackView instance.
XPInstantFeedbackView(XPClassInfo, ServerViewProperty[], CriteriaOperator, Action<ResolveSessionEventArgs>, Action<ResolveSessionEventArgs>)classInfo, properties, fixedCriteria, resolveSession, dismissSessionUses specified settings to initialize a new XPInstantFeedbackView instance for a specified persistent class.
XPInstantFeedbackView(XPClassInfo, ServerViewProperty[], CriteriaOperator, EventHandler<ResolveSessionEventArgs>, EventHandler<ResolveSessionEventArgs>)classInfo, properties, fixedCriteria, resolveSession, dismissSessionInitializes a new XPInstantFeedbackView instance for a specified persistent class, and assigns specified settings to this instance.
XPInstantFeedbackView(XPClassInfo, ServerViewProperty[], CriteriaOperator)classInfo, properties, fixedCriteriaUses specified settings to initialize a new XPInstantFeedbackView instance for a specified persistent class.
XPInstantFeedbackView(XPClassInfo)classInfoInitializes a new XPInstantFeedbackView instance that is assigned object type metadata.
XPInstantFeedbackView(IContainer, IServiceProvider)container, serviceProviderInitializes a new instance of the XPInstantFeedbackView class with specified settings.
XPInstantFeedbackView(IContainer)containerInitializes a new XPInstantFeedbackView instance and adds it to a container.
XPInstantFeedbackView(IServiceProvider)serviceProviderInitializes a new instance of the XPInstantFeedbackView class with specified settings.
XPInstantFeedbackView(String, String, ServerViewProperty[], CriteriaOperator, Action<ResolveSessionEventArgs>, Action<ResolveSessionEventArgs>)assemblyName, typeName, properties, fixedCriteria, resolveSession, dismissSessionInitializes a new XPInstantFeedbackView instance for a specified persistent class, and assigns specified settings to this instance.
XPInstantFeedbackView(String, String, ServerViewProperty[], CriteriaOperator, EventHandler<ResolveSessionEventArgs>, EventHandler<ResolveSessionEventArgs>)assemblyName, typeName, properties, fixedCriteria, resolveSession, dismissSessionUses specified settings to initialize a new XPInstantFeedbackView instance for a specified persistent class.
XPInstantFeedbackView(String, String, ServerViewProperty[], CriteriaOperator)assemblyName, typeName, properties, fixedCriteriaUses specified settings to initialize a new XPInstantFeedbackView instance for a specified persistent class.
XPInstantFeedbackView(String, String)assemblyName, typeNameInitializes a new XPInstantFeedbackView instance for a specified persistent class.
XPInstantFeedbackView(Type, ServerViewProperty[], CriteriaOperator, Action<ResolveSessionEventArgs>, Action<ResolveSessionEventArgs>)objectType, properties, fixedCriteria, resolveSession, dismissSessionInitializes a new XPInstantFeedbackView instance that has specified settings.
XPInstantFeedbackView(Type, ServerViewProperty[], CriteriaOperator, EventHandler<ResolveSessionEventArgs>, EventHandler<ResolveSessionEventArgs>)objectType, properties, fixedCriteria, resolveSession, dismissSessionInitializes a new XPInstantFeedbackView instance that has specified settings.
XPInstantFeedbackView(Type, ServerViewProperty[], CriteriaOperator)objectType, properties, fixedCriteriaInitializes a new XPInstantFeedbackView instance that has specified settings.
XPInstantFeedbackView(Type)objectTypeInitializes a new XPInstantFeedbackView instance for a specified object type.

See Also

XPInstantFeedbackView Class

XPInstantFeedbackView Members

DevExpress.Xpo Namespace