C# 클래스 NSoft.NFramework.LinqEx.PivotTables.PivotBuilderFixture

상속: AbstractFixture
파일 보기 프로젝트 열기: debop/NFramework

보호된 메소드들

메소드 설명
VerifyPivotTable ( DataTable pivotTable ) : void

비공개 메소드들

메소드 설명
GetOrderByYears ( int count ) : IList
PivotBuild_By_AggregateFunctionFuntionName_Property_Expression ( string aggFunctionName ) : void
PivotBuild_By_AggregateFunctionFuntionName_Property_Expression_ViceVersa ( string aggFunctionName ) : void
PivotBuild_By_AggregateFunctionFuntionName_Property_Name ( string aggFunctionName ) : void
Pivot_Build_With_AggregateFunction_Avg ( ) : void
Pivot_Build_With_AggregateFunction_Count ( ) : void
Pivot_Build_With_AggregateFunction_Sum ( ) : void

메소드 상세

VerifyPivotTable() 보호된 메소드

protected VerifyPivotTable ( DataTable pivotTable ) : void
pivotTable System.Data.DataTable
리턴 void