MongoRepository documentation
IEntityTKey Interface |
Generic Entity interface.
Namespace: MongoRepository
Assembly: MongoRepository.Net45 (in MongoRepository.Net45.dll) Version: 1.6.11.0 (1.6.11.0)
Syntax
public interface IEntity<TKey>
Public Interface IEntity(Of TKey)
generic<typename TKey> public interface class IEntity
type IEntity<'TKey> = interface end
Type Parameters
- TKey
- The type used for the entity's Id.
The IEntityTKey type exposes the following members.
Properties
See Also