Generic implementation of a DataSourceControl
Namespace:
EPiServer.Web.WebControlsAssembly: EPiServer (in EPiServer.dll) Version: 6.0.530.0
Syntax
| C# |
|---|
public abstract class GenericDataSource<TObject, TCollection, TKey> : DataSourceControl, IDataSourceMethods where TCollection : new(), IList, IEnumerable |
Type Parameters
- TObject
- Business object type
- TCollection
- Business object collection type
- TKey
- Business object primary key type
Inheritance Hierarchy
System..::.Object
System.Web.UI..::.Control
System.Web.UI..::.DataSourceControl
EPiServer.Web.WebControls..::.GenericDataSource<(Of <(TObject, TCollection, TKey>)>)
EPiServer.Web.WebControls..::.CategoryDataSource
EPiServer.Web.WebControls..::.LanguageDataSource
EPiServer.Web.WebControls..::.MembershipUserDataSource
EPiServer.Web.WebControls..::.PageDefinitionDataSource
EPiServer.Web.WebControls..::.PageDefinitionTypeDataSource
EPiServer.Web.WebControls..::.PageVersionDataSource
EPiServer.Web.WebControls..::.SoftLinkDataSource
EPiServer.Web.WebControls..::.SubscriptionDataSource
EPiServer.Web.WebControls..::.TabDefinitionDataSource
EPiServer.WorkflowFoundation.WebControls..::.WorkflowDefinitionDataSource
EPiServer.WorkflowFoundation.WebControls..::.WorkflowDefinitionInstanceDataSource
System.Web.UI..::.Control
System.Web.UI..::.DataSourceControl
EPiServer.Web.WebControls..::.GenericDataSource<(Of <(TObject, TCollection, TKey>)>)
EPiServer.Web.WebControls..::.CategoryDataSource
EPiServer.Web.WebControls..::.LanguageDataSource
EPiServer.Web.WebControls..::.MembershipUserDataSource
EPiServer.Web.WebControls..::.PageDefinitionDataSource
EPiServer.Web.WebControls..::.PageDefinitionTypeDataSource
EPiServer.Web.WebControls..::.PageVersionDataSource
EPiServer.Web.WebControls..::.SoftLinkDataSource
EPiServer.Web.WebControls..::.SubscriptionDataSource
EPiServer.Web.WebControls..::.TabDefinitionDataSource
EPiServer.WorkflowFoundation.WebControls..::.WorkflowDefinitionDataSource
EPiServer.WorkflowFoundation.WebControls..::.WorkflowDefinitionInstanceDataSource