Click or drag to resize
AuthorizerBaseCanSaveNewEntity Method
Determines whether the caller is allowed to save the new instance passed in.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public virtual bool CanSaveNewEntity(
	IEntityCore entity
)

Parameters

entity
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The entity to save.

Return Value

Type: Boolean
true if the caller is allowed to save the new instance passed in, false otherwise

Implements

IAuthorizerCanSaveNewEntity(IEntityCore)
See Also