Constable Authorization Engine 2.0 BETA

Context.TypeFilterDelegate Delegate

[This is preliminary documentation and subject to change.]

Defines a signature for methods that can be passed to the GetAvailableTypes method to filter the set of types traversed by the method.

[Visual Basic]
Public Delegate Function Context.TypeFilterDelegate( _
   ByVal assembly As Assembly, _
   ByVal baseType As Type, _
   ByVal currentType As Type _
) As Boolean
[C#]
public delegate bool Context.TypeFilterDelegate(
   Assembly assembly,
   Type baseType,
   Type currentType
);

Requirements

Namespace: LaMarvin.Design

Assembly: LaMarvin.Design (in LaMarvin.Design.dll)

See Also

LaMarvin.Design Namespace