C# Class NSoft.NFramework.LinqEx.PivotTables.PivotBuilderFixture

Inheritance: AbstractFixture
Afficher le fichier Open project: debop/NFramework

Méthodes protégées

Méthode Description
VerifyPivotTable ( DataTable pivotTable ) : void

Private Methods

Méthode Description
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

Method Details

VerifyPivotTable() protected méthode

protected VerifyPivotTable ( DataTable pivotTable ) : void
pivotTable System.Data.DataTable
Résultat void