Class Product
Sample object. Used for a data binding demonstration only
Inheritance
System.Object
Product
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class Product
Constructors
Product(Int32)
Declaration
public Product(int idIn)
Parameters
System.Int32
idIn
|
Product(Int32, String, Int32)
Declaration
public Product(int idIn, string name, int val)
Parameters
System.Int32
idIn
|
System.String
name
|
System.Int32
val
|
Properties
Amount
Declaration
public int Amount { get; set; }
Property Value
System.Int32
|
ID
Declaration
public int ID { get; set; }
Property Value
System.Int32
|
Name
Declaration
public string Name { get; set; }
Property Value
System.String
|