Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Shipping Namespace / CountryRepository Class
Methods


Version
CountryRepository Class Members

The following tables list the members exposed by CountryRepository.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Methods
 NameDescription
Public Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<Country,string>)
Public Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<Country,string>)
Public Method  
Public MethodOverloaded.  (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<Country,string>)
Public Method Load item given the primary key (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<Country,string>)
Public MethodOverridden.  Load all items  
Public Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<Country,string>)
Public Method  
Public Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<Country,string>)
Public Method  
Public Method  
Top
Extension Methods
 NameDescription
Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
Top
See Also