C# Class Reporting, ScalableJoins

Inheritance: System.Web.UI.Page
Show file Open project: JoinPatterns/ScalableJoins Class Usage Examples

Public Properties

Property Type Description
X List
data Dictionary>

Public Methods

Method Description
AddX ( int x ) : void
ReportData ( bool withSpeedup = true ) : void

Method Details

AddX() public static method

public static AddX ( int x ) : void
x int
return void

ReportData() public static method

public static ReportData ( bool withSpeedup = true ) : void
withSpeedup bool
return void

Property Details

X public static property

public static List X
return List

data public static property

public static Dictionary> data
return Dictionary>