TConstructorFilter<T> Class

Represents type TConstructorFilter<T>.

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

Type Parameters

T

The TConstructorFilter<T> type exposes the following members.

Show:
 NameDescription
IsSatisfiedBy(T)

Represents method IsSatisfiedBy(T). (Overrides TSpecificationBase<T>.IsSatisfiedBy(T).)

Top