C# Class Smart.Blazor.Demos.Data.RandomDataService

Datei anzeigen Open project: HTMLElements/smart-webcomponents

Public Methods

Method Description
GenerateCountriesData ( ) : List
GenerateCountry ( ) : Smart.Blazor.Demos.Data.CountryRecord
GenerateData ( int length ) : List
GenerateEmployeesData ( ) : List
GenerateEmployeesNestedData ( ) : object>>.List
GenerateGanttData ( ) : List
GenerateKanbanData ( ) : List
GenerateKanbanHierarchicalData ( ) : List
GenerateNumbersData ( ) : double>>.List
GenerateOrdersData ( int lenght ) : List
GenerateSchedulerData ( ) : List
GenerateStocksData ( ) : List
GetDataAsync ( int length ) : Task
GetGanttDataAsync ( ) : Task
GetKanbanDataAsync ( ) : Task

Method Details

GenerateCountriesData() public method

public GenerateCountriesData ( ) : List
return List

GenerateCountry() public method

public GenerateCountry ( ) : Smart.Blazor.Demos.Data.CountryRecord
return Smart.Blazor.Demos.Data.CountryRecord

GenerateData() public method

public GenerateData ( int length ) : List
length int
return List

GenerateEmployeesData() public method

public GenerateEmployeesData ( ) : List
return List

GenerateEmployeesNestedData() public method

public GenerateEmployeesNestedData ( ) : object>>.List
return object>>.List

GenerateGanttData() public method

public GenerateGanttData ( ) : List
return List

GenerateKanbanData() public method

public GenerateKanbanData ( ) : List
return List

GenerateKanbanHierarchicalData() public method

public GenerateKanbanHierarchicalData ( ) : List
return List

GenerateNumbersData() public method

public GenerateNumbersData ( ) : double>>.List
return double>>.List

GenerateOrdersData() public method

public GenerateOrdersData ( int lenght ) : List
lenght int
return List

GenerateSchedulerData() public method

public GenerateSchedulerData ( ) : List
return List

GenerateStocksData() public method

public GenerateStocksData ( ) : List
return List

GetDataAsync() public method

public GetDataAsync ( int length ) : Task
length int
return Task

GetGanttDataAsync() public method

public GetGanttDataAsync ( ) : Task
return Task

GetKanbanDataAsync() public method

public GetKanbanDataAsync ( ) : Task
return Task