IVersionedEntity Interface |
Namespace: Resto.Front.Api.Data.Common
public interface IVersionedEntity : IEntity, ISerializable
The IVersionedEntity type exposes the following members.
| Name | Description | |
|---|---|---|
| Id | (Inherited from IEntity.) | |
| Revision | Incremental version of the entity. The revision grows monotonically only within this terminal database (GetHostDatabaseId). |
| Name | Description | |
|---|---|---|
| GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |