Back to Devexpress

DevExpress.DataAccess.ObjectBinding Namespace

corelibraries-devexpress-dot-dataaccess-7ff7b298.md

latest3.4 KB
Original Source

DevExpress.DataAccess.ObjectBinding Namespace

Contains classes that support binding to object data sources.

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Classes

NameDescription
BeforeFillEventArgsSupplies data for the ObjectDataSource.BeforeFill and ObjectDataSource.BeforeFillGlobal events.
HighlightedAssemblyAttributeWhen applied to an assembly, includes the corresponding item in the list of highlighted assemblies in the Data Source Wizard.
HighlightedClassAttributeWhen applied to a class, includes the corresponding item in the list of highlighted classes in the Data Source Wizard.
HighlightedMemberAttributeWhen applied to a data source member, includes the corresponding item in the list of highlighted data members in the Data Source Wizard.
ObjectConstructorInfoProvides functionality to access constructor parameters when binding to an ObjectDataSource.
ObjectDataSourceEnables binding data-aware controls and components to a runtime-created object or an instance method.
ObjectMemberContains information about a member of an object data source.
ParameterA method or constructor parameter of an ObjectDataSource.
ParameterListA list of Parameter objects.
ValidationFailedExceptionThis exception is thrown when an object data source validation fails.

Delegates

NameDescription
BeforeFillEventHandlerA method that will handle the ObjectDataSource.BeforeFill and ObjectDataSource.BeforeFillGlobal events.