|  | IReadOnlyUserDefinedEntity Interface | 
Namespace: EBP.Api.Interfaces.Entity
 Syntax
SyntaxThe IReadOnlyUserDefinedEntity type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CreatedDate | 
            Gets the Created Date
            (Inherited from IReadOnlyEntity.) | 
|  | CreatedUser | 
            Gets the Created User
            (Inherited from IReadOnlyEntity.) | 
|  | EntityCaption | 
            Gets the caption of the current entity, using the content
            (Inherited from IReadOnlyEntity.) | 
|  | EntityLabel | 
            Gets the entity Label
            (Inherited from IReadOnlyEntity.) | 
|  | Errors | 
            Gets the collection of errors
            (Inherited from IReadOnlyEntity.) | 
|  | IsDeleted | 
            Gets if the mode matches a deleted mode
            (Inherited from IReadOnlyEntity.) | 
|  | Members | 
            List of the members. It allows to acces to members with the name
            (Inherited from IReadOnlyEntity.) | 
|  | ModifiedDate | 
            Gets the Modified Date
            (Inherited from IReadOnlyEntity.) | 
|  | ModifiedUser | 
            Gets the Modified User
            (Inherited from IReadOnlyEntity.) | 
|  | OwnerEntity | 
            Gets the main entity that own all this items/collection
            (Inherited from IReadOnlyEntity.) | 
|  | Parent | 
            Gets the parent entity collection, that own this item
            (Inherited from IReadOnlyEntity.) | 
|  | ReadOnly | 
            Gets if the entity is in read only mode, to preserve from data changing
            (Inherited from IReadOnlyEntity.) | 
|  | Silent | 
            Get if the entity is in silent mode
            (Inherited from IReadOnlyEntity.) | 
|  | States | 
            Gets the entity states
            (Inherited from IReadOnlyEntity.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.) | 
 See Also
See Also