MongoRepository documentation
| IEntity Interface |
"Default" Entity interface.
Namespace: MongoRepository
Assembly: MongoRepository.Net45 (in MongoRepository.Net45.dll) Version: 1.6.11.0 (1.6.11.0)
SyntaxThe IEntity type exposes the following members.
Properties| Name | Description | |
|---|---|---|
![]() | Id |
Gets or sets the Id of the Entity.
(Inherited from IEntityTKey.) |
RemarksEntities are assumed to use strings for Id's.
See Also