Some remarks and description about this assembly.
Classes
AutoIncrementAttribute | Use this attribute to mark a property in custom object as auto increment field. |
CaptionAttribute | Use this attribute to set property caption's value |
ISDataSource | Represents a business object that provides data (flat/hierarchical) to data-bound controls in multi-tier Web application architectures. |
ISDataSourceCancelEventArgsBase | Provides data for other arguments that inherited from ISDataSourceCancelEventArgsBase |
ISDataSourceDisposingEventArgs | Provides data for the ObjectDisposing event of the ISDataSource control. |
ISDataSourceEventArgs | Provides data for the ObjectCreating and ObjectCreated events of the ISDataSource control. |
ISDataSourceEventArgsBase | Provides data for other arguments that inherited from ISDataSourceEventArgsBase |
ISDataSourceFilteringEventArgs | Provides data for the Filtering event of the ISDataSource control. |
ISDataSourceMethodEventArgs | Provides data for the Inserting, Updating, and Deleting events of the ISDataSource control. |
ISDataSourceObjectRelation | Represent a CustomObject relation. |
ISDataSourceSelectingEventArgs | Provides data for the Selecting event of the ISDataSource control. |
ISDataSourceStatusEventArgs | Provides data for the Selected, Inserted, Updated, and Deleted events of the ISDataSource control. |
ISDataSourceTable | Represents a business object that provides data to data-bound controls. |
ISDataSourceTableCollection | Represents the collection of ISDataSourceTable, that is in a ISDataSource control. |
ISDataSourceTableSchema | |
ISDataSourceView | Supports the ISDataSource control and provides an interface for data-bound controls to perform data operations with business and data objects. |
NonRetrievableAttribute | Use this attribute to mark a property in custom object as non retrievable. When a property has this attribute, the property will not be populated during databinding. |
PrimaryKeyAttribute | Use this attribute to mark a property in custom object as Primary Key. This attribute is required for Hierarchical custom objects databinding. |
Interfaces
IHierarchicalList | IHierarchicalList interface, required to support hierarchical objects binding in WebGrid.NET Enterprise V5.0.++ |
IObjectRelations | IObjectRelations interface, required to support hierarchical objects binding in WebGrid.NET Enterprise V5.0.++ |
Delegates
ISDataSourceDisposingEventHandler | Represents the method that will handle the ObjectDisposing event of the ISDataSource control. |
ISDataSourceFilteringEventHandler | Represents the method that will handle the Filtering event of the ISDataSource control. |
ISDataSourceMethodEventHandler | Represents the method that will handle the Selecting, Updating, Inserting, or Deleting event of the ISDataSource control. |
ISDataSourceObjectEventHandler | Represents the method that will handle the ObjectCreating and ObjectCreated events of the ISDataSource control. |
ISDataSourceSelectingEventHandler | Represents the method that will handle the Selecting event of the ISDataSource control. |
ISDataSourceStatusEventHandler | Represents the method that will handle the Selected, Updated, Inserted, and Deleted events of the ISDataSource control. |
Enumerations
CacheEnabled | Determines whether ISDataSource enables data caching or not |
CacheExpirationPolicy | Describes the way data cached using ASP.NET caching mechanisms expires when a time-out is set. |
CachePriority | Specifies the relative priority of items stored in the Cache object. |
CacheScope | Determines the scope of cache when ISDataSource control cached the data |
CacheStorage | Determines where ISDataSource control store the cached data |
CancelSelectOnNullParameter | |
NullToDBNull | Determines whether ISDatasource will convert null value to DBNull |
SchemaType | Determines the type of Schema specified to ISDataSource |
StoreCachePerPage | Determines whether the ISDataSource caching store cache data per page |
UseCachedDataOnFirstLoad | Determines whether the ISDataSource use cached data on first load or not |
AutoIncrementAttribute Class
CacheEnabled Enumeration
CacheExpirationPolicy Enumeration
CachePriority Enumeration
CacheScope Enumeration
CacheStorage Enumeration
CancelSelectOnNullParameter Enumeration
CaptionAttribute Class
IHierarchicalList Interface
IObjectRelations Interface
ISDataSourceCancelEventArgsBase Class
ISDataSource Class
ISDataSourceDisposingEventArgs Class
ISDataSourceDisposingEventHandler Delegate
ISDataSourceEventArgsBase Class
ISDataSourceEventArgs Class
ISDataSourceFilteringEventArgs Class
ISDataSourceFilteringEventHandler Delegate
ISDataSourceMethodEventArgs Class
ISDataSourceMethodEventHandler Delegate
ISDataSourceObjectEventHandler Delegate
ISDataSourceObjectRelation Class
ISDataSourceSelectingEventArgs Class
ISDataSourceSelectingEventHandler Delegate
ISDataSourceStatusEventArgs Class
ISDataSourceStatusEventHandler Delegate
ISDataSourceTable Class
ISDataSourceTableCollection Class
ISDataSourceTableSchema Class
ISDataSourceView Class
NonRetrievableAttribute Class
NullToDBNull Enumeration
PoweredByAttribute Class
PrimaryKeyAttribute Class
SchemaType Enumeration
StoreCachePerPage Enumeration
UseCachedDataOnFirstLoad Enumeration