Class ProductsBL
Sample business logic object. Used for a data binding demonstration only
Inheritance
System.Object
ProductsBL
Namespace: Telerik.Reporting.Charting
Assembly: Telerik.Reporting.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>
|