Click or drag to resize
AuthorizerBase Methods

The AuthorizerBase type exposes the following members.

Methods
  NameDescription
Public methodCanBatchDeleteEntitiesDirectly
Determines whether the caller is allowed to delete entities directly in the database.
Public methodCanBatchUpdateEntitiesDirectly
Determines whether the caller is allowed to update entities directly in the database.
Public methodCanDeleteEntity
Determines whether the caller is allowed to delete of the entity type passed in
Public methodCanGetFieldValue
Determines whether the caller can obtain the value for the field with the index specified from the entity type specified.
Public methodCanLoadEntity
Determines whether the caller is allowed to load the data into the entity instance specified.
Public methodCanSaveExistingEntity
Determines whether the caller is allowed to save the modified existing instance passed in.
Public methodCanSaveNewEntity
Determines whether the caller is allowed to save the new instance passed in.
Public methodCanSetFieldValue
Determines whether the caller can set the value for the field with the index specified of the entity type specified.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetEntityTypeValueForType
Gets the EntityType value as integer for the entity type passed in
Public methodGetFetchNewAuthorizationFailureResultHint
Gets the result hint what to do when authorization fails when fetch a new entity.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also