Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Catalog Namespace / ICatalogUrlRepository Interface
Methods

In This Topic
    ICatalogUrlRepository Interface Members
    In This Topic

    The following tables list the members exposed by ICatalogUrlRepository.

    Public Methods
     NameDescription
     Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<CatalogUrl,int>)
     Method Count customized catalog urls  
     Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<CatalogUrl,int>)
     Method Counts the number of CatalogUrl objects for the given StoreId in the database.  
     Method Deletes any catalog url defined for the given catalog node  
     MethodOverloaded.  Indicates whether the given URL is already defined  
     Method Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<CatalogUrl,int>)
     Method Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<CatalogUrl,int>)
     MethodOverloaded.  Loads a catalog url for the given catalog node resource  
     Method Load customized catalog urls  
     Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<CatalogUrl,int>)
     Method Loads a collection of CatalogUrl objects for the given StoreId from the database  
     Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<CatalogUrl,int>)
    Top
    See Also