LookupDefinition<(Of <(<'TLookupEntity, TEntity>)>)> Class
Contains all the data necessary to show a lookup.
Namespace:
RingSoft.DbLookup.LookupAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public class LookupDefinition<TLookupEntity, TEntity> : LookupDefinitionBase
Public Class LookupDefinition(Of TLookupEntity, TEntity) _ Inherits LookupDefinitionBase
generic<typename TLookupEntity, typename TEntity> public ref class LookupDefinition : public LookupDefinitionBase
Type Parameters
- TLookupEntity
- The type of the lookup entity.
- TEntity
- The type of entity used by the Entity Framework platform.
Inheritance Hierarchy
RingSoft.DbLookup.Lookup..::..LookupDefinitionBase
RingSoft.DbLookup.Lookup..::..LookupDefinition<(Of <(<'TLookupEntity, TEntity>)>)>