ProductData Constructor Delta Engine Documentation
Initializes a new instance of the ProductData class

Namespace: DeltaEngine.Platforms
Assembly: DeltaEngine.Platforms (in DeltaEngine.Platforms.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public ProductData(
	string id,
	string title,
	string description,
	decimal price,
	bool isValid
)
See Also