Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.CMS Namespace / ILayoutRepository Interface
Methods

In This Topic
    ILayoutRepository Interface Members
    In This Topic

    The following tables list the members exposed by ILayoutRepository.

    Public Methods
     NameDescription
     Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Layout,int>)
     Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Layout,int>)
     Method Counts the layouts for given layout type.  
     Method Count the Layouts for the specified Layouts  
     Method Counts the master layotus.  
     Method Counts the page layotus.  
     Method Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Layout,int>)
     Method Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Layout,int>)
     Method Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Layout,int>)
     Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Layout,int>)
     Method Loads the layouts for given layout type.  
     Method Filter the Layouts for the specified zone  
     Method Loads the master layouts.  
     Method Loads the page layouts.  
     Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Layout,int>)
     Method Counts the layouts for given layout type.  
     Method Count the Layouts for the specified Layouts  
     Method Loads the layouts for given layout type.  
     Method Filter the Layouts for the specified zone  
    Top
    See Also