Namespace: MonoSoftware.Web.Workspace
Assembly: MonoSoftware.Web.Workspace (in MonoSoftware.Web.Workspace.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
[SerializableAttribute]
public class Lookup<TEntity> : LookupBase<TEntity>, 
	ILookup, ILookupBase, ISerializable
where TEntity : EntityBase2
Visual Basic
<SerializableAttribute>
Public Class Lookup(Of TEntity As EntityBase2)
	Inherits LookupBase(Of TEntity)
	Implements ILookup, ILookupBase, ISerializable
Visual C++
[SerializableAttribute]
generic<typename TEntity>
where TEntity : EntityBase2
public ref class Lookup : public LookupBase<TEntity>, 
	ILookup, ILookupBase, ISerializable
F#
[<SerializableAttribute>]
type Lookup<'TEntity when 'TEntity : EntityBase2> =  
    class
        inherit LookupBase<'TEntity>
        interface ILookup
        interface ILookupBase
        interface ISerializable
    end

Type Parameters

TEntity

Inheritance Hierarchy

System..::..Object
  MonoSoftware.LLBLGen..::..LookupBase<(Of <(<'TEntity>)>)>
    MonoSoftware.Web.Workspace..::..Lookup<(Of <(<'TEntity>)>)>

See Also