TIsClassFilter Class

Represents type TIsClassFilter.

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

The TIsClassFilter type exposes the following members.

Show:
 NameDescription
IsSatisfiedBy(TRttiType)

Represents method IsSatisfiedBy(TRttiType).

Top