Click or drag to resize
AuthorizerBaseCanSetFieldValue Method
Determines whether the caller can set the value for the field with the index specified of the entity type specified.

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 CanSetFieldValue(
	IEntityCore entity,
	int fieldIndex
)

Parameters

entity
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The entity instance the field is located in.
fieldIndex
Type: SystemInt32
Index of the field to set the value of.

Return Value

Type: Boolean
true if the caller is allowed to set the value, false otherwise

Implements

IAuthorizerCanSetFieldValue(IEntityCore, Int32)
See Also