IAuthorizerCanSetFieldValue 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.4.0.0 (5.4.0)
Syntax bool CanSetFieldValue(
IEntityCore entity,
int fieldIndex
)
Function CanSetFieldValue (
entity As IEntityCore,
fieldIndex As Integer
) As Boolean
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:
Booleantrue if the caller is allowed to set the value, false otherwise
See Also