Name | Description | |
---|---|---|
OrderStatusRepository Constructor |
The following tables list the members exposed by OrderStatusRepository.
Name | Description | |
---|---|---|
OrderStatusRepository Constructor |
Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>) | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>) | |
CountForStore | ||
Delete | Overloaded. (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>) | |
GetCancelledStatuses | ||
GetNewOrderStatus | ||
GetNextOrderBy | ||
GetReportStatuses | ||
Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>) | |
LoadAll | Overridden. Load all items | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>) | |
LoadForStore | ||
LoadValidOrderStatuses | ||
MoveOrders | ||
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.Repository<OrderStatus>) |
Name | Description | |
---|---|---|
ToQueryString | Overloaded. Use this method to bulid query string from NameValueCollection |