C# 클래스 Seal.Model.ReportElement

상속: MetaColumn
파일 보기 프로젝트 열기: ariacom/Seal-Report 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_SQL string
_model ReportModel

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ChangeColumnGUID ( string guid ) : void
Create ( ) : ReportElement
ElementDisplayValue ( object value ) : string
GetEnumSortValue ( string enumValue, bool useDisplayValue ) : string
GetExcelFormat ( CultureInfo culture ) : string
GetNVD3Format ( CultureInfo culture, string NVD3ChartType ) : string
SetDefaults ( ) : void
SetSourceReference ( Seal.Model.MetaSource source ) : void

보호된 메소드들

메소드 설명
UpdateEditorAttributes ( ) : void

메소드 상세

ChangeColumnGUID() 공개 메소드

public ChangeColumnGUID ( string guid ) : void
guid string
리턴 void

Create() 공개 정적인 메소드

public static Create ( ) : ReportElement
리턴 ReportElement

ElementDisplayValue() 공개 메소드

public ElementDisplayValue ( object value ) : string
value object
리턴 string

GetEnumSortValue() 공개 메소드

public GetEnumSortValue ( string enumValue, bool useDisplayValue ) : string
enumValue string
useDisplayValue bool
리턴 string

GetExcelFormat() 공개 메소드

public GetExcelFormat ( CultureInfo culture ) : string
culture System.Globalization.CultureInfo
리턴 string

GetNVD3Format() 공개 메소드

public GetNVD3Format ( CultureInfo culture, string NVD3ChartType ) : string
culture System.Globalization.CultureInfo
NVD3ChartType string
리턴 string

SetDefaults() 공개 메소드

public SetDefaults ( ) : void
리턴 void

SetSourceReference() 공개 메소드

public SetSourceReference ( Seal.Model.MetaSource source ) : void
source Seal.Model.MetaSource
리턴 void

UpdateEditorAttributes() 보호된 메소드

protected UpdateEditorAttributes ( ) : void
리턴 void

프로퍼티 상세

_SQL 보호되어 있는 프로퍼티

protected string _SQL
리턴 string

_model 보호되어 있는 프로퍼티

protected ReportModel,Seal.Model _model
리턴 ReportModel