Click or drag to resize

ProductAndSize Class

Inheritance Hierarchy
SystemObject
  Resto.Front.Api.Data.AssortmentProductAndSize

Namespace:  Resto.Front.Api.Data.Assortment
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
[SerializableAttribute]
public sealed class ProductAndSize : ISerializable, 
	IEquatable<ProductAndSize>

The ProductAndSize type exposes the following members.

Constructors
  NameDescription
Public methodProductAndSize
Initializes a new instance of the ProductAndSize class
Public methodProductAndSize(IProduct, IProductSize)
Initializes a new instance of the ProductAndSize class
Top
Properties
  NameDescription
Public propertyProduct
Public propertyProductSize
Top
Methods
See Also