IPageTemplateRepository Interface Members
In This Topic
The following tables list the members exposed by IPageTemplateRepository.
Public Methods
| Name | Description |
| CountAll |
Count all items in the database
(Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<PageTemplate,int>) |
| CountForCriteria |
Count all items matching the criteria
(Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<PageTemplate,int>) |
| CountForLayout |
Count the page templates for the specified layout
|
| CountForTemplateType |
Count the page templates for the specified type
|
| Delete |
Deletes an item from the database
(Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<PageTemplate,int>) |
| GetInnerTemplateAssignmentCount |
Get the number of the inner templates which are assigned to some products, categories or webapges
|
| GetInnerTemplateAssignmentResults |
Get the list of inner templates which are assigned to products, categories and webpages
|
| GetOuterTemplateAssignmentCount |
Get the number of the outer templates which are assigned to some products, categories or webapges
|
| GetOuterTemplateAssignmentResults |
Get the list of outer templates which are assigned to products, categories and webpages
|
| IsInUse |
Tells whether the template is in use or not
|
| Load |
Load item given the primary key
(Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<PageTemplate,int>) |
| LoadAll |
Load all items
(Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<PageTemplate,int>) |
| LoadForCriteria |
Load all items matching the criteria
(Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<PageTemplate,int>) |
| LoadForLayout |
Filter the page templates for the specified layout
|
| LoadForTemplateType |
Filter the page templates for the specified type
|
| Save |
Saves item to the database
(Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<PageTemplate,int>) |
| SearchCountForLayout |
Count the page templates for the specified layout
|
| SearchCountForTemplateType |
Count the page templates for the specified type
|
| SearchForLayout |
Filter the page templates for the specified layout
|
| SearchForTemplateType |
Filter the page templates for the specified type
|
Top
See Also