Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DomainModel Namespace / RepositoryWithTypedId<TEntity,TId> Class
Methods


In This Topic
    RepositoryWithTypedId<TEntity,TId> Class Members
    In This Topic

    The following tables list the members exposed by RepositoryWithTypedId<TEntity,TId>.

    Public Constructors
    Public Methods
     NameDescription
    Public Method Count all items in the database  
    Public Method Count all items matching the criteria  
    Public MethodOverloaded.  Deletes an item from the database  
    Public Method Load item given the primary key  
    Public Method Load all items  
    Public Method Load all items matching the criteria  
    Public Method Saves item to the database  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also