NShape Reference
IEntity.Id Property

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape.Advanced > IEntity Interface >

NShape Reference
IEntity.Id Property

Previous pageReturn to chapter overviewNext page

Indicates the unique identifier of the entity.

Syntax

object Id { get; }

Description

The actual type of the id must match the ids used in the project. For example, if the project and its repository are built on GUID ids, the id must be of type Guid.

See Also

Concepts - Persistency