AuthorizerBase Class | 
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The AuthorizerBase type exposes the following members.
| Name | Description | |
|---|---|---|
| AuthorizerBase | Initializes a new instance of the AuthorizerBase class  | 
| Name | Description | |
|---|---|---|
| CanBatchDeleteEntitiesDirectly | 
            Determines whether the caller is allowed to delete entities directly in the database. 
              | |
| CanBatchInsertEntitiesDirectly | 
            Determines whether the caller is allowed to insert entities directly into 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.
              | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetEntityTypeValueForType | 
            Gets the EntityType value as integer for the entity type passed in
              | |
| GetFetchNewAuthorizationFailureResultHint | 
            Gets the result hint what to do when authorization fails when fetch a new entity.
              | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |