C# Class Seal.Model.MetaTable

Inheritance: Seal.Model.RootComponent, ReportExecutionLog
显示文件 Open project: ariacom/Seal-Report Class Usage Examples

Protected Properties

Property Type Description
_source Seal.Model.MetaSource

Private Properties

Property Type Description
GetDefinitionTable System.Data.DataTable

Public Methods

Method 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

Protected Methods

Method Description
UpdateEditorAttributes ( ) : void

Private Methods

Method Description
GetDefinitionTable ( string sql ) : DataTable

Method Details

BuildNoSQLTable() public method

public BuildNoSQLTable ( bool withLoad ) : DataTable
withLoad bool
return System.Data.DataTable

CheckTable() public method

public CheckTable ( MetaColumn column ) : void
column MetaColumn
return void

Create() public static method

public static Create ( ) : MetaTable
return MetaTable

GetLastDisplayOrder() public method

public GetLastDisplayOrder ( ) : int
return int

LogMessage() public method

public LogMessage ( string message ) : void
message string
return void

Refresh() public method

public Refresh ( ) : void
return void

ShowValues() public method

public ShowValues ( MetaColumn column ) : string
column MetaColumn
return string

SortColumns() public method

public SortColumns ( bool byPosition ) : void
byPosition bool
return void

UpdateEditorAttributes() protected method

protected UpdateEditorAttributes ( ) : void
return void

Property Details

_source protected_oe property

protected MetaSource,Seal.Model _source
return Seal.Model.MetaSource