Click or drag to resize
IAuthorizerCanGetFieldValue Method
Determines whether the caller can obtain the value for the field with the index specified from 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
bool CanGetFieldValue(
	IEntityCore entity,
	int fieldIndex
)

Parameters

entity
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The entity instance to obtain the value from.
fieldIndex
Type: SystemInt32
Index of the field to obtain the value for.

Return Value

Type: Boolean
true if the caller is allowed to obtain the value, false otherwise
See Also