TAuthorizer

Abstract base class for facilities that check which TDataMethods are allowed on values of a given TType.

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TAuthorizer

Source

Authorization.Authorizer.pas (26)

Methods

ScopeVisibilityResultNameDescription
InstancepublicTDataMethodsGetAllowedMethods(ObjectType: TType) Returns the TDataMethods that are allowed for ObjectType or any of its subtypes.
InstancepublicTDataMethodsGetAllowedMethodsOnValue(Value: TValue)