Exemplo n.º 1
0
 bool CanAccessDeletedObjects(string context)
 {
     return(!(context == "Delete" && !ObjectSpace.IsDeletionDeferredType(View.ObjectTypeInfo.Type)));
 }