C# Class Seal.Model.MetaTable

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

Protected Properties

Свойство Type Description
_source Seal.Model.MetaSource

Private Properties

Свойство Type Description
GetDefinitionTable System.Data.DataTable

Méthodes publiques

Méthode Description
BuildNoSQLTable ( bool withLoad ) : DataTable
CheckTable ( MetaColumn column ) : void
Create ( ) : MetaTable
GetLastDisplayOrder ( ) : int
LogMessage ( string message ) : void
Refresh ( ) : void
ShowValues ( MetaColumn column ) : string
SortColumns ( bool byPosition ) : void

Méthodes protégées

Méthode Description
UpdateEditorAttributes ( ) : void

Private Methods

Méthode Description
GetDefinitionTable ( string sql ) : DataTable

Method Details

BuildNoSQLTable() public méthode

public BuildNoSQLTable ( bool withLoad ) : DataTable
withLoad bool
Résultat System.Data.DataTable

CheckTable() public méthode

public CheckTable ( MetaColumn column ) : void
column MetaColumn
Résultat void

Create() public static méthode

public static Create ( ) : MetaTable
Résultat MetaTable

GetLastDisplayOrder() public méthode

public GetLastDisplayOrder ( ) : int
Résultat int

LogMessage() public méthode

public LogMessage ( string message ) : void
message string
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

ShowValues() public méthode

public ShowValues ( MetaColumn column ) : string
column MetaColumn
Résultat string

SortColumns() public méthode

public SortColumns ( bool byPosition ) : void
byPosition bool
Résultat void

UpdateEditorAttributes() protected méthode

protected UpdateEditorAttributes ( ) : void
Résultat void

Property Details

_source protected_oe property

protected MetaSource,Seal.Model _source
Résultat Seal.Model.MetaSource