IEntity(TKey) Interface

MongoRepository

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
  NameDescription
Public propertyId
Gets or sets the Id of the Entity.
Top
See Also