Click or drag to resize
ItemTax Constructor (SerializationInfo, StreamingContext)
Constructor - Creates a new ItemTax object from serialized data.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public ItemTax(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
Stores all the data needed to serialize or deserialize the object
context
Type: System.Runtime.SerializationStreamingContext
Describes the source and destination of a given serialized stream
See Also