|  | IReadOnlyEntityT Interface | 
Namespace: EBP.Api.Interfaces.Entity
 Syntax
Syntaxpublic interface IReadOnlyEntity<T> : IReadOnlyEntityItemBase, IReadOnlyEntity, IDisposable, IEquatable<IProxy> where T : Object, IReadOnlyEntity<T>
The IReadOnlyEntityT type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Children | 
            collection of children entity. The collection is hierarchical, so an entity item has its
            own children
             | 
|  | 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 | 
            Parent entity collection, that own this item
             | 
|  | ParentEntity | 
            The entity item is in collection, this collection can be the children collection
            of an other entity (because the hierarchical possibility), returns this entity.
            Correspond to Parent.Parent
             | 
|  | 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.) | 
|  | TopEntities | 
            Returns the top entity collection. The collection can be hierarchical, so an item has its
            own entity collection.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.) | 
 See Also
See Also