Back to Devexpress

IsGrantedExtensions.CanDelete Method

expressappframework-devexpress-dot-expressapp-dot-security-dot-isgrantedextensions-dot-candelete.md

latest1.9 KB
Original Source

IsGrantedExtensions.CanDelete Method

NameParametersDescription
CanDelete(IRequestSecurityStrategy, IObjectSpace, Object) staticsecurity, objectSpace, targetObjectChecks whether the current user can delete the target object.
CanDelete(IRequestSecurityStrategy, Type, IObjectSpace, Object) staticsecurity, type, objectSpace, targetObjectKeyChecks whether the current user can delete an object with the specified key.
CanDelete(IRequestSecurityStrategy, Type, IObjectSpace) staticsecurity, type, objectSpaceChecks whether the current user can delete objects of the specified type.
CanDelete<T>(IRequestSecurityStrategy, IObjectSpace, Object) staticsecurity, objectSpace, targetObjectKeyChecks whether the current user can delete an object with the specified key.
CanDelete<T>(IRequestSecurityStrategy, IObjectSpace) staticsecurity, objectSpaceChecks whether the current user can delete objects of the specified type.