Click or drag to resize

IReadOnlyEntity Interface

the entity (non typed business object) manage a information, and can have one or more detail

Namespace:  EBP.Api.Interfaces.Entity
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface IReadOnlyEntity : IDisposable, 
	IEquatable<IProxy>

The IReadOnlyEntity type exposes the following members.

Properties
  NameDescription
Public propertyCreatedDate
Gets the Created Date
Public propertyCreatedUser
Gets the Created User
Public propertyEntityCaption
Gets the caption of the current entity, using the content
Public propertyEntityLabel
Gets the entity Label
Public propertyErrors
Gets the collection of errors
Public propertyIsDeleted
Gets if the mode matches a deleted mode
Public propertyMembers
List of the members. It allows to acces to members with the name
Public propertyModifiedDate
Gets the Modified Date
Public propertyModifiedUser
Gets the Modified User
Public propertyOwnerEntity
Gets the main entity that own all this items/collection
Public propertyParent
Gets the parent entity collection, that own this item
Public propertyReadOnly
Gets if the entity is in read only mode, to preserve from data changing
Public propertySilent
Get if the entity is in silent mode
Public propertyStates
Gets the entity states
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also