Interface IUniqueIdentifier
Represents a unique identifier of an object, typically the key in the database.
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public interface IUniqueIdentifier
Properties
Id
Gets the identity of the object implementing this interface.
Declaration
Guid Id { get; set; }
Property Value
System.Guid
|