C# 클래스 Seal.Model.MetaTable

상속: Seal.Model.RootComponent, ReportExecutionLog
파일 보기 프로젝트 열기: ariacom/Seal-Report 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_source Seal.Model.MetaSource

Private Properties

프로퍼티 타입 설명
GetDefinitionTable System.Data.DataTable

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
UpdateEditorAttributes ( ) : void

비공개 메소드들

메소드 설명
GetDefinitionTable ( string sql ) : DataTable

메소드 상세

BuildNoSQLTable() 공개 메소드

public BuildNoSQLTable ( bool withLoad ) : DataTable
withLoad bool
리턴 System.Data.DataTable

CheckTable() 공개 메소드

public CheckTable ( MetaColumn column ) : void
column MetaColumn
리턴 void

Create() 공개 정적인 메소드

public static Create ( ) : MetaTable
리턴 MetaTable

GetLastDisplayOrder() 공개 메소드

public GetLastDisplayOrder ( ) : int
리턴 int

LogMessage() 공개 메소드

public LogMessage ( string message ) : void
message string
리턴 void

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

ShowValues() 공개 메소드

public ShowValues ( MetaColumn column ) : string
column MetaColumn
리턴 string

SortColumns() 공개 메소드

public SortColumns ( bool byPosition ) : void
byPosition bool
리턴 void

UpdateEditorAttributes() 보호된 메소드

protected UpdateEditorAttributes ( ) : void
리턴 void

프로퍼티 상세

_source 보호되어 있는 프로퍼티

protected MetaSource,Seal.Model _source
리턴 Seal.Model.MetaSource