Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DomainModel Namespace / IHasAssignedId<IdT> Interface
The type of the Id for the entity.
Members
In This Topic
    IHasAssignedId<IdT> Interface
    In This Topic
    Enables entities to have assigned Ids.
    Syntax
    public interface IHasAssignedId<IdT> 
    Type Parameters
    IdT
    The type of the Id for the entity.
    See Also