TIsInterfaceFilter Class

Represents type TIsInterfaceFilter.

Namespace: Spring.Reflection
TInterfacedObject
  Spring.DesignPatterns.TSpecificationBase<T>
    Spring.Reflection.TIsInterfaceFilter
type
 TIsInterfaceFilter = class(TSpecificationBase<TRttiType>)
 end;

The TIsInterfaceFilter type exposes the following members.

Show:
 NameDescription
IsSatisfiedBy(TRttiType)

Represents method IsSatisfiedBy(TRttiType).

Top