Click or drag to resize

IUserDefinedEntityReadOnly Property

Gets/Sets if the entity is in read only mode, to preserve from data changing

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 ReadOnly { get; set; }

Property Value

Type: Boolean
True to set the entity in read only mode, otherwise false

Return Value

Type: Boolean
True if the entity in read only mode, otherwise false

Implements

IEntityReadOnly
See Also