Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / IOrderStatusActionRepository Interface

In This Topic
    IOrderStatusActionRepository Interface Methods
    In This Topic

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

    Public Methods
     NameDescription
     Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderStatusAction,int>)
     Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderStatusAction,int>)
     Method Counts the number of OrderStatusAction objects for the given OrderStatusId in the database.  
     Method Deletes a OrderStatusAction object with given id from the database  
     Method Loads a OrderStatusAction object for given key from the database.  
     Method Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderStatusAction,int>)
     Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderStatusAction,int>)
     Method Loads a collection of OrderStatusAction objects for the given OrderStatusId from the database  
     Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderStatusAction,int>)
    Top
    See Also