AlcoholMarkingProduct Class |
Namespace: Resto.Front.Api.Data.DataTransferObjects
[SerializableAttribute] public class AlcoholMarkingProduct : ISerializable
The AlcoholMarkingProduct type exposes the following members.
Name | Description | |
---|---|---|
![]() | AlcoholMarkingProduct | Initializes a new instance of the AlcoholMarkingProduct class |
![]() | AlcoholMarkingProduct(SerializationInfo, StreamingContext) | Initializes a new instance of the AlcoholMarkingProduct class |
Name | Description | |
---|---|---|
![]() | Comment | Comment. Dish name or Sale as product. |
![]() | ExpirationDate | Expiration data in milliseconds. |
![]() | LitresInPortion | Litres in portion. |
![]() | NameOnTap | Product name or product kitchen name. |
![]() | ProductType | Product type. Beer or Liquor. |
![]() | RawProductId | Raw product id. |
![]() | RawProductSku | Raw product sku. |
![]() | SaleItemId | Dish id. |
![]() | SaleItemSizeId | Dish size id. Null, if dish without size. |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetObjectData | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |