Click or drag to resize

IUserDefinedEntityIgnoreReadOnlyExtensionMembers Property

Gets/Sets if ReadOnly is ignored on members bound to API user defined fields

Namespace:  EBP.Api.Interfaces.Entity
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
bool IgnoreReadOnlyExtensionMembers { get; set; }

Property Value

Type: Boolean
True if ReadOnly is ignored on members, otherwise False
Remarks
Allows to ignore the entity member read-only property in the case of updating some members. Some members are set to read only (because calculated, or look up...) but the developer of the entity could change this members.
See Also