TRttiObjectHelper Class Helper

Represents type TRttiObjectHelper.

Namespace: Spring.Reflection
type
 TRttiObjectHelper = class helper for TRttiObject
 end;
 NameDescription
GetCustomAttribute(TAttributeClass,Boolean)

Overloaded. Represents method GetCustomAttribute(TAttributeClass,Boolean).

GetCustomAttribute<T>(Boolean)

Overloaded. Enumerates all applied custom attributes and returns the first one which is/inherits the specified type.

GetCustomAttributes(TAttributeClass,Boolean)

Overloaded. Represents method GetCustomAttributes(TAttributeClass,Boolean).

GetCustomAttributes<T>(Boolean)

Overloaded. Gets an array which contains all custom attribute types which the type applies.

HasCustomAttribute(TAttributeClass,Boolean)

Overloaded. Represents method HasCustomAttribute(TAttributeClass,Boolean).

HasCustomAttribute<T>(Boolean)

Overloaded. Determines whether the type applies the specified custom attribute class.

TryGetCustomAttribute(TAttributeClass,TCustomAttribute,Boolean)

Overloaded. Represents method TryGetCustomAttribute(TAttributeClass,TCustomAttribute,Boolean).

TryGetCustomAttribute<T>(T,Boolean)

Overloaded. Try getting a custom attribute class which is applied by the type.

Top