TPackageFilters Class

Represents type TPackageFilters.

Namespace: Spring.Reflection
TObject
  Spring.Reflection.TFiltersNamed<T>
    Spring.Reflection.TPackageFilters
type
 TPackageFilters = class(TFiltersNamed<TRttiPackage>);

The TPackageFilters type exposes the following members.

Show:
 NameDescription
HasAttribute(TAttributeClass,Boolean)

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

IsNamed(string)

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

Top