Back to Devexpress

IsGrantedExtensions Members

expressappframework-devexpress-dot-expressapp-dot-security-dot-isgrantedextensions-dot-underscore-members.md

latest9.7 KB
Original Source

IsGrantedExtensions Members

Extends the SecurityStrategy class with methods that check permissions.

Methods

NameDescription
CanCreate(IRequestSecurityStrategy, Type, IObjectSpace) staticChecks whether the current user can create objects of the specified type.
CanCreate<T>(IRequestSecurityStrategy, IObjectSpace) staticChecks whether the current user can create objects of the specified type.
CanDelete(IRequestSecurityStrategy, IObjectSpace, Object) staticChecks whether the current user can delete the target object.
CanDelete(IRequestSecurityStrategy, Type, IObjectSpace, Object) staticChecks whether the current user can delete an object with the specified key.
CanDelete(IRequestSecurityStrategy, Type, IObjectSpace) staticChecks whether the current user can delete objects of the specified type.
CanDelete<T>(IRequestSecurityStrategy, IObjectSpace, Object) staticChecks whether the current user can delete an object with the specified key.
CanDelete<T>(IRequestSecurityStrategy, IObjectSpace) staticChecks whether the current user can delete objects of the specified type.
CanExecute(IRequestSecurityStrategy, String) staticChecks whether the current user can execute the specified Action.
CanNavigate(IRequestSecurityStrategy, String) staticChecks whether the current user can navigate to the specified item.
CanRead(IRequestSecurityStrategy, IObjectSpace, Object, String) staticChecks whether the current user can read the specified object. If the optional memberName parameter is specified, the method checks whether the current user can read the specified object member.
CanRead(IRequestSecurityStrategy, Type, IObjectSpace, Object, String) staticChecks whether the current user can read an object with the specified key. If the optional memberName parameter is specified, the method checks whether the current user can read the specified object member.
CanRead(IRequestSecurityStrategy, Type, IObjectSpace, String) staticChecks whether the current user can read objects of the specified type. If the optional memberName parameter is specified, the method checks whether the current user can read the specified object members.
CanRead<T>(IRequestSecurityStrategy, IObjectSpace, Object, String) staticChecks whether the current user can read an object with the specified key. If the optional memberName parameter is specified, the method checks whether the current user can read the specified object member.
CanRead<T>(IRequestSecurityStrategy, IObjectSpace, String) staticChecks whether the current user can read objects of the specified type. If the optional memberName parameter is specified, the method checks whether the current user can read the specified object members.
CanWrite(IRequestSecurityStrategy, IObjectSpace, Object, String) staticChecks whether the current user can write the specified object. If the optional memberName parameter is specified, the method checks whether the current user can write the specified object member.
CanWrite(IRequestSecurityStrategy, Type, IObjectSpace, Object, String) staticChecks whether the current user can write an object with the specified key. If the optional memberName parameter is specified, the method checks whether the current user can write the specified object member.
CanWrite(IRequestSecurityStrategy, Type, IObjectSpace, String) staticChecks whether the current user can write objects of the specified type. If the optional memberName parameter is specified, the method checks whether the current user can write the specified object members.
CanWrite<T>(IRequestSecurityStrategy, IObjectSpace, Object, String) staticChecks whether the current user can write an object with the specified key. If the optional memberName parameter is specified, the method checks whether the current user can write the specified object member.
CanWrite<T>(IRequestSecurityStrategy, IObjectSpace, String) staticChecks whether the current user can write objects of the specified type. If the optional memberName parameter is specified, the method checks whether the current user can write the specified object members.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

IsGrantedExtensions Class

DevExpress.ExpressApp.Security Namespace