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)
Syntax
The IEntity type exposes the following members.
Properties
Name | Description | |
---|---|---|
Id |
Gets or sets the Id of the Entity.
(Inherited from IEntityTKey.) |
Remarks
Entities are assumed to use strings for Id's.
See Also