Namespace: DeltaEngine.PlatformsAssembly: DeltaEngine.Platforms (in DeltaEngine.Platforms.dll) Version: 1.1.1.0 (1.1.1)
public ProductData(
string id,
string title,
string description,
decimal price,
bool isValid
)
public ProductData(
string id,
string title,
string description,
decimal price,
bool isValid
)
Public Sub New (
id As String,
title As String,
description As String,
price As Decimal,
isValid As Boolean
)
Public Sub New (
id As String,
title As String,
description As String,
price As Decimal,
isValid As Boolean
)
public:
ProductData(
String^ id,
String^ title,
String^ description,
Decimal price,
bool isValid
)
public:
ProductData(
String^ id,
String^ title,
String^ description,
Decimal price,
bool isValid
)
new :
id : string *
title : string *
description : string *
price : decimal *
isValid : bool -> ProductData
new :
id : string *
title : string *
description : string *
price : decimal *
isValid : bool -> ProductData