Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DomainModel Namespace / IEntityWithTypedId<TKeyType> Interface
The type of the Id for the entity.
Members
In This Topic
    IEntityWithTypedId<TKeyType> Interface
    In This Topic
    This serves as a base interface for EntityWithTypedId<IdT> and Entity. Also provides a simple means to develop your own base entity.
    Syntax
    public interface IEntityWithTypedId<TKeyType> : IPersistableEntity  
    Type Parameters
    TKeyType
    The type of the Id for the entity.
    See Also