CanWrite(IRequestSecurityStrategy, IObjectSpace, Object, String)
static
|
security, objectSpace, targetObject, memberName
|
Checks 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)
static
|
security, type, objectSpace, targetObjectKey, memberName
|
Checks 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)
static
|
security, type, objectSpace, memberName
|
Checks 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)
static
|
security, objectSpace, targetObjectKey, memberName
|
Checks 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)
static
|
security, objectSpace, memberName
|
Checks 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.
|