EntityCoreTFieldsCreateAuthorizer Method  | 
 
            Creates the authorizer object for this entity. Routine is called when the entity is constructed. Implement in an entity
            class to set a particular entity authorizer object at construction time. Use this method if you don't want to use
            LLBLGen Pro's build in dependency injection mechanism.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxprotected virtual IAuthorizer CreateAuthorizer()
Protected Overridable Function CreateAuthorizer As IAuthorizer
Return Value
Type: 
IAuthorizerready to use authorizer
See Also