THasAttributeFilter<T> Class

Represents type THasAttributeFilter<T>.

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

Type Parameters

T

The THasAttributeFilter<T> type exposes the following members.

Show:
 NameDescription
Create(TAttributeClass,Boolean)

Initializes a new instance of the THasAttributeFilter<T> class.

Top
Show:
 NameDescription
IsSatisfiedBy(T)

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

Top
Show:
 NameDescription
fAttributeClass

Represents field fAttributeClass.

fInherit

Represents field fInherit.

Top