CanDelete(SecurityStrategy, IObjectSpace, Object)
static
|
security, objectSpace, targetObject
|
For internal use.
|
CanDelete(SecurityStrategy, Object)
static
|
security, targetObject
|
Checks whether the current user can delete the specified object.
|
CanDelete(SecurityStrategy, Type, IObjectSpace, Object)
static
|
security, type, objectSpace, targetObjectKey
|
Checks whether the current user can delete an object with the specified key.
|
CanDelete(SecurityStrategy, Type, Object)
static
|
security, type, targetObjectKey
|
For internal use.
|
CanDelete(SecurityStrategy, Type)
static
|
security, type
|
Checks whether the current user can delete objects of the specified type.
|
CanDelete<T>(SecurityStrategy, IObjectSpace, Object)
static
|
security, objectSpace, targetObjectKey
|
Checks whether the current user can delete an object with the specified key.
|
CanDelete<T>(SecurityStrategy, Object)
static
|
security, targetObjectKey
|
For internal use.
|
CanDelete<T>(SecurityStrategy)
static
|
security
|
Checks whether the current user can delete objects of the specified type.
|