Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DomainModel Namespace / EntityWithTypedId<IdT> Class
The type of the key defined for the entity.
Members
Version
EntityWithTypedId<IdT> Class
For a discussion of this object, see http://devlicio.us/blogs/billy_mccafferty/archive/2007/04/25/using-equals-gethashcode-effectively.aspx
Syntax
[Serializable()]
public abstract class EntityWithTypedId<IdT> : BaseObject, IEntityWithTypedId<IdT>, IPersistableEntity  
Type Parameters
IdT
The type of the key defined for the entity.
Inheritance Hierarchy

System.Object
   CommerceBuilder.DomainModel.BaseObject
      CommerceBuilder.DomainModel.EntityWithTypedId<IdT>
         CommerceBuilder.DomainModel.Entity
         CommerceBuilder.Shipping.Country

See Also