Back to Devexpress

IsGrantedExtensions.CanWrite Method

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

latest2.6 KB
Original Source

IsGrantedExtensions.CanWrite Method

NameParametersDescription
CanWrite(IRequestSecurityStrategy, IObjectSpace, Object, String) staticsecurity, objectSpace, targetObject, memberNameChecks 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) staticsecurity, type, objectSpace, targetObjectKey, memberNameChecks 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) staticsecurity, type, objectSpace, memberNameChecks 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) staticsecurity, objectSpace, targetObjectKey, memberNameChecks 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) staticsecurity, objectSpace, memberNameChecks 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.