ProductsSellingRestrictions Class |
Namespace: Resto.Front.Api.Data.Orders
[SerializableAttribute] public sealed class ProductsSellingRestrictions
The ProductsSellingRestrictions type exposes the following members.
| Name | Description | |
|---|---|---|
| ProductsSellingRestrictions | Initializes a new instance of the ProductsSellingRestrictions class |
| Name | Description | |
|---|---|---|
| CheckResult |
If current user can add these products with such amounts.
| |
| ProductsExceedRemainingAmounts |
Products and amounts of products that can not be added to order.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| MaximumItemAmount |
Maximum possible amount of the order item.
| |
| MinimumItemAmount |
Minimum possible amount of the order item.
|