Click or drag to resize

IEntityBase Interface

Exposes basic entity methods

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

The IEntityBase type exposes the following members.

Methods
  NameDescription
Public methodDelete
Flag the entity as deleted in database
Public methodSave
Save (create or update) an entity
Public methodValidate
Validate the integrity of the entity
Top
See Also