Class ProductsBL
Sample business logic object. Used for a data binding demonstration only
Inheritance
System.Object
ProductsBL
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 ProductsBL
Constructors
ProductsBL()
Declaration
public ProductsBL()
Methods
GetProductsList()
Returns products list
Declaration
public static List<Product> GetProductsList()
Returns
System.Collections.Generic.List<Product>
|