IAuthorizer Interface |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The IAuthorizer type exposes the following members.
Name | Description | |
---|---|---|
![]() | CanBatchDeleteEntitiesDirectly |
Determines whether the caller is allowed to delete entities directly in the database.
|
![]() | CanBatchUpdateEntitiesDirectly |
Determines whether the caller is allowed to update entities directly in the database.
|
![]() | CanDeleteEntity |
Determines whether the caller is allowed to delete of the entity type passed in
|
![]() | CanGetFieldValue |
Determines whether the caller can obtain the value for the field with the index specified from the entity type specified.
|
![]() | CanLoadEntity |
Determines whether the caller is allowed to load the data into the entity instance specified.
|
![]() | CanSaveExistingEntity |
Determines whether the caller is allowed to save the modified existing instance passed in.
|
![]() | CanSaveNewEntity |
Determines whether the caller is allowed to save the new instance passed in.
|
![]() | CanSetFieldValue |
Determines whether the caller can set the value for the field with the index specified of the entity type specified.
|
![]() | GetFetchNewAuthorizationFailureResultHint |
Gets the result hint what to do when authorization fails when fetch a new entity.
|