Interface to map external entity IDs to internal ones to ensure that there are no gaps in the numbering
Declaring type: IEntityMapping
Namespace: MyMediaLite.Data
Assembly: MyMediaLite
Collapse/Expand Public Methods
  Name Description
Public Method Abstract ToInternalID Overloaded. Get internal ID of a given entity. If the given external ID is unknown, create a new internal ID for it and store the mapping.
Public Method Abstract ToOriginalID Overloaded. Get original (external) ID of a given entity, if the given internal ID is unknown, throw an exception.
Collapse/Expand Public Properties
  Name Description
Public Property Abstract InternalIDs all internal entity IDs
Public Property Abstract OriginalIDs all original (external) entity IDs