Interface IEntityId

IEntityId interface

Represents an entity with an ID.

public interface IEntityId

Properties

NameDescription
Id { get; set; }Gets or sets the ID of the entity.

See Also