Click or drag to resize
IdentityKey Class
Defines a primary key for entities with identity primary keys.
Inheritance Hierarchy
SystemObject
  LiteRepositoryIdentityKey

Namespace: LiteRepository
Assembly: LiteRepository (in LiteRepository.dll) Version: 2.0.4
Syntax
C#
public sealed class IdentityKey : IIdentityEntity

The IdentityKey type exposes the following members.

Constructors
  NameDescription
Public methodIdentityKey
Initializes a new instance of the IdentityKey class.
Top
Properties
  NameDescription
Public propertyId
Gets the Primary Key of entity.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateId
Provides functionality to update Primary Key.
Top
See Also