TFieldFilters Class

Represents type TFieldFilters.

Namespace: Spring.Reflection
TObject
  Spring.Reflection.TFiltersNamed<T>
    Spring.Reflection.TFiltersBase<T>
      Spring.Reflection.TFieldFilters
type
 TFieldFilters = class(TFiltersBase<TRttiField>);

The TFieldFilters type exposes the following members.

Show:
 NameDescription
ContainsParameterType(PTypeInfo)

Represents method ContainsParameterType(PTypeInfo). (Inherited from TFiltersBase<T>.)

HasAttribute(TAttributeClass,Boolean)

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

HasParameterFlags(TParamFlags)

Represents method HasParameterFlags(TParamFlags). (Inherited from TFiltersBase<T>.)

HasParameterTypes(PTypeInfo[])

Represents method HasParameterTypes(PTypeInfo[]). (Inherited from TFiltersBase<T>.)

IsClassMethod

Represents method IsClassMethod. (Inherited from TFiltersBase<T>.)

IsConstructor

Represents method IsConstructor. (Inherited from TFiltersBase<T>.)

IsInstanceMethod

Represents method IsInstanceMethod. (Inherited from TFiltersBase<T>.)

IsInvokable

Represents method IsInvokable. (Inherited from TFiltersBase<T>.)

IsMethodKind(TMethodKinds)

Represents method IsMethodKind(TMethodKinds). (Inherited from TFiltersBase<T>.)

IsNamed(string)

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

IsTypeOf(PTypeInfo)

Overloaded. Represents method IsTypeOf(PTypeInfo). (Inherited from TFiltersBase<T>.)

IsTypeOf<TType>

Overloaded. Represents method IsTypeOf<TType>. (Inherited from TFiltersBase<T>.)

Top