Class | Description | |
---|---|---|
![]() | AuthorizationAttribute | Base class for authorization attributes. |
![]() | EnableClientAccessAttribute | Marks a class as containing methods providing CRUD access to POCO types. |
![]() | IgnoreOperationAttribute | Indicates that a method defined within a class marked as EnableClientAccess should be ignored during discovery. |
![]() | QueryAttribute | Indicates that a method defined within a class marked as EnableClientAccess can be used in an EntityQuery. |
![]() | RequiresAuthenticationAttribute | Attribute used to decorate a method or class to indicate that the current user must be authenticated. |
![]() | RequiresRolesAttribute | Attribute used to decorate a method or class to indicate that the current user must be in all of the indicated roles. |