Click or drag to resize

IProductScale Interface

Scale of the product sizes.

Namespace:  Resto.Front.Api.Data.Assortment
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public interface IProductScale : ISerializable, 
	IEntity

The IProductScale type exposes the following members.

Properties
  NameDescription
Public propertyDefaultSize
Size to use by default when using products with this scale.
Public propertyId (Inherited from IEntity.)
Public propertyName
Name of the product scale.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also