Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<LanguageString,int>) | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<LanguageString,int>) | |
CountForLanguage | Counts the number of LanguageString objects for the given Id in the database. | |
Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<LanguageString,int>) | |
Load | Overloaded. Loads the language string for the provided key | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<LanguageString,int>) | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<LanguageString,int>) | |
LoadForLanguage | Loads a collection of LanguageString objects for the given Id from the database | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<LanguageString,int>) | |
Search | Filter the resources for the specified language by resource name or translation | |
SearchCount | Count the records for the given search parameters. |