Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Localization Namespace / ILanguageStringRepository Interface

In This Topic
    ILanguageStringRepository Interface Methods
    In This Topic

    For a list of all members of this type, see ILanguageStringRepository members.

    Public Methods
     NameDescription
     Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<LanguageString,int>)
     Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<LanguageString,int>)
     Method Counts the number of LanguageString objects for the given Id in the database.  
     Method Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<LanguageString,int>)
     MethodOverloaded.  Loads the language string for the provided key  
     Method Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<LanguageString,int>)
     Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<LanguageString,int>)
     Method Loads a collection of LanguageString objects for the given Id from the database  
     Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<LanguageString,int>)
     Method Filter the resources for the specified language by resource name or translation  
     Method Count the records for the given search parameters.  
    Top
    See Also