C# 클래스 Reporting, ScalableJoins

상속: System.Web.UI.Page
파일 보기 프로젝트 열기: JoinPatterns/ScalableJoins 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
X List
data Dictionary>

공개 메소드들

메소드 설명
AddX ( int x ) : void
ReportData ( bool withSpeedup = true ) : void

메소드 상세

AddX() 공개 정적인 메소드

public static AddX ( int x ) : void
x int
리턴 void

ReportData() 공개 정적인 메소드

public static ReportData ( bool withSpeedup = true ) : void
withSpeedup bool
리턴 void

프로퍼티 상세

X 공개적으로 정적으로 프로퍼티

public static List X
리턴 List

data 공개적으로 정적으로 프로퍼티

public static Dictionary> data
리턴 Dictionary>