TTypeFilters Class

Represents type TTypeFilters.

Namespace: Spring.Reflection
TObject
  Spring.Reflection.TFiltersNamed<T>
    Spring.Reflection.TTypeFilters
type
 TTypeFilters = class(TFiltersNamed<TRttiType>)
 end;

The TTypeFilters type exposes the following members.

Show:
 NameDescription
HasAttribute(TAttributeClass,Boolean)

Represents method HasAttribute(TAttributeClass,Boolean). (Inherited from TFiltersNamed<T>.)

IsClass

Represents method IsClass.

IsInterface

Represents method IsInterface.

IsNamed(string)

Represents method IsNamed(string). (Inherited from TFiltersNamed<T>.)

Top