C# Class Seal.Model.ReportModel

Inheritance: Seal.Model.ReportComponent
Afficher le fichier Open project: ariacom/Seal-Report Class Usage Examples

Méthodes publiques

Свойство Type Description
DefaultClause string
RunningModels ReportModel>.Dictionary

Protected Properties

Свойство Type Description
_connectionGUID string

Private Properties

Свойство Type Description
AddSubReportsElements void
JoinTables void
buildOrderClause void
checkRunningModels void
executePrePostStatement void
executePrePostStatements void

Méthodes publiques

Méthode Description
BuildSQL ( ) : void
CancelCommand ( ) : void
CheckSQL ( string sql, List tables, ReportModel model ) : string
CheckSeries ( ) : void
CheckSortOrders ( ) : void
ClearLostElements ( ) : void
Create ( ) : ReportModel
DesignLoadScript ( ) : void
ExecuteLoadScript ( string script, string name, object model ) : void
FillResultTable ( ) : void
GetElements ( PivotPosition position ) : IEnumerable
GetRestrictionByName ( string name ) : ReportRestriction
GetSplitterElements ( AxisType xAxisType ) : IEnumerable
GetXElements ( AxisType xAxisType ) : IEnumerable
InitReferences ( ) : void
InvertDataTables ( ) : void
SetColumnsName ( ) : void

Méthodes protégées

Méthode Description
UpdateEditorAttributes ( ) : void

Private Methods

Méthode Description
AddSubReportsElements ( ) : void
JoinTables ( JoinPath path, List resultPath ) : void
buildOrderClause ( IEnumerable elements, List orderColumns, StringBuilder &orderClause, StringBuilder &orderClauseName ) : void
checkRunningModels ( string key ) : void
executePrePostStatement ( string sql, string prefix, string name, bool ignoreErrors, object model ) : void
executePrePostStatements ( bool isPre ) : void

Method Details

BuildSQL() public méthode

public BuildSQL ( ) : void
Résultat void

CancelCommand() public méthode

public CancelCommand ( ) : void
Résultat void

CheckSQL() public méthode

public CheckSQL ( string sql, List tables, ReportModel model ) : string
sql string
tables List
model ReportModel
Résultat string

CheckSeries() public méthode

public CheckSeries ( ) : void
Résultat void

CheckSortOrders() public méthode

public CheckSortOrders ( ) : void
Résultat void

ClearLostElements() public méthode

public ClearLostElements ( ) : void
Résultat void

Create() public static méthode

public static Create ( ) : ReportModel
Résultat ReportModel

DesignLoadScript() public méthode

public DesignLoadScript ( ) : void
Résultat void

ExecuteLoadScript() public méthode

public ExecuteLoadScript ( string script, string name, object model ) : void
script string
name string
model object
Résultat void

FillResultTable() public méthode

public FillResultTable ( ) : void
Résultat void

GetElements() public méthode

public GetElements ( PivotPosition position ) : IEnumerable
position PivotPosition
Résultat IEnumerable

GetRestrictionByName() public méthode

public GetRestrictionByName ( string name ) : ReportRestriction
name string
Résultat ReportRestriction

GetSplitterElements() public méthode

public GetSplitterElements ( AxisType xAxisType ) : IEnumerable
xAxisType AxisType
Résultat IEnumerable

GetXElements() public méthode

public GetXElements ( AxisType xAxisType ) : IEnumerable
xAxisType AxisType
Résultat IEnumerable

InitReferences() public méthode

public InitReferences ( ) : void
Résultat void

InvertDataTables() public méthode

public InvertDataTables ( ) : void
Résultat void

SetColumnsName() public méthode

public SetColumnsName ( ) : void
Résultat void

UpdateEditorAttributes() protected méthode

protected UpdateEditorAttributes ( ) : void
Résultat void

Property Details

DefaultClause public_oe static_oe property

public static string DefaultClause
Résultat string

RunningModels public_oe static_oe property

public static Dictionary RunningModels
Résultat ReportModel>.Dictionary

_connectionGUID protected_oe property

protected string _connectionGUID
Résultat string