Click or drag to resize

IOwnerEntityBase Interface

Exposes the most used properties for entity that have an owner (user) It's mostly used for entities that have the information of the user that have alter it and the deletion flag

Namespace:  AskiaPortalCmn.Entities
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public interface IOwnerEntityBase

The IOwnerEntityBase type exposes the following members.

Properties
  NameDescription
Public propertyCreatedAt
Get the date of the creation
Public propertyCreatedBy
Get the id of the user who have create the entity
Public propertyDeletedAt
Get the date of deletion
Public propertyDeletedBy
Get the id of the user who have delete the entity
Public propertyId
Get the id of the current entity
Public propertyIsDeleted
Indicates if the current entity is flag as deleted
Public propertyUpdatedAt
Get the date of the latest update
Public propertyUpdatedBy
Get the id of the last user who have update the entity
Top
See Also