Back to Devexpress

XPInstantFeedbackSource Members

xpo-devexpress-dot-xpo-dot-xpinstantfeedbacksource-dot-underscore-members.md

latest19.1 KB
Original Source

XPInstantFeedbackSource Members

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

Constructors

NameDescription
XPInstantFeedbackSource()Creates a new instance of the XPInstantFeedbackSource.
XPInstantFeedbackSource(XPClassInfo, String, CriteriaOperator, Action<ResolveSessionEventArgs>, Action<ResolveSessionEventArgs>)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>)Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class, with the specified settings.
XPInstantFeedbackSource(XPClassInfo, String, CriteriaOperator)Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class, with the specified settings.
XPInstantFeedbackSource(XPClassInfo)Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class.
XPInstantFeedbackSource(IContainer)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>)Initializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider, XPClassInfo, String, CriteriaOperator, EventHandler<ResolveSessionEventArgs>, EventHandler<ResolveSessionEventArgs>)Initializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider, XPClassInfo, String, CriteriaOperator)Initializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider, XPClassInfo)Initializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider, IContainer)Initializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider, String, String, String, CriteriaOperator, Action<ResolveSessionEventArgs>, Action<ResolveSessionEventArgs>)Initializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider, String, String, String, CriteriaOperator, EventHandler<ResolveSessionEventArgs>, EventHandler<ResolveSessionEventArgs>)-!---J---)Initializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider, String, String, String, CriteriaOperator)Initializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider, String, String)Initializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider, Type, String, CriteriaOperator, Action<ResolveSessionEventArgs>, Action<ResolveSessionEventArgs>)Initializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider, Type, String, CriteriaOperator, EventHandler<ResolveSessionEventArgs>, EventHandler<ResolveSessionEventArgs>)Initializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider, Type, String, CriteriaOperator)Initializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider, Type)Initializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(IServiceProvider)Initializes a new instance of the XPInstantFeedbackSource class with specified settings.
XPInstantFeedbackSource(String, String, String, CriteriaOperator, Action<ResolveSessionEventArgs>, Action<ResolveSessionEventArgs>)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>)Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class, with the specified settings.
XPInstantFeedbackSource(String, String, String, CriteriaOperator)Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class, with the specified settings.
XPInstantFeedbackSource(String, String)Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class.
XPInstantFeedbackSource(Type, String, CriteriaOperator, Action<ResolveSessionEventArgs>, Action<ResolveSessionEventArgs>)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>)Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class, with the specified settings.
XPInstantFeedbackSource(Type, String, CriteriaOperator)Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class, with the specified settings.
XPInstantFeedbackSource(Type)Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class.

Properties

NameDescription
CanChangeProperties
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
ContainerGets the IContainer that contains the Component. Inherited from Component.
DefaultSortingSpecifies how data source contents are sorted by default, when sort order is not specified by the bound control.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
DisplayablePropertiesSpecifies the properties that are available for binding in bound data-aware controls.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
FixedFilterCriteriaSpecifies the criteria used to filter objects on the data store side. These criteria are never affected by bound data-aware controls.
FixedFilterStringSpecifies a string representation of an expression used to filter objects on the data store side. This filter is never affected by bound data-aware controls.
ObjectTypeSpecifies the persistent class describing the target database table.
SiteGets or sets the ISite of the Component. Inherited from Component.

Methods

NameDescription
Dispose()Releases all resources used by the Component. Inherited from Component.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
ExtractOriginalRow(Object)This method is intended for internal use.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetLifetimeService()Retrieves the current lifetime service object that controls the lifetime policy for this instance. Inherited from MarshalByRefObject.
GetService(Type) protectedReturns an object that represents a service provided by the Component or by its Container. Inherited from Component.
GetType()Gets the Type of the current instance. Inherited from Object.
InitializeLifetimeService()Obtains a lifetime service object to control the lifetime policy for this instance. Inherited from MarshalByRefObject.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
MemberwiseClone(Boolean) protectedCreates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Refresh()Refreshes the XPInstantFeedbackSource.
ToString()Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component.

Events

NameDescription
DismissSessionOccurs when the XPInstantFeedbackSource no longer needs the Session it used to retrieve objects from the data store.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
ResolveSessionOccurs when the XPInstantFeedbackSource needs a Session, to retrieve objects from the data store.

See Also

XPInstantFeedbackSource Class

DevExpress.Xpo Namespace