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