C# 클래스 Seal.Model.MetaColumn

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

보호된 프로퍼티들

프로퍼티 타입 설명
_datetimeStandardFormat DateTimeStandardFormat
_displayName string
_enumGUID string
_format string
_numericStandardFormat NumericStandardFormat
_source Seal.Model.MetaSource
_type ColumnType

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Create ( string name ) : MetaColumn
GetSort ( ) : int
HideSubReports ( ) : void
SetReadOnly ( ) : void
SetStandardFormat ( ) : void

보호된 메소드들

메소드 설명
SetDefaultFormat ( ) : void
UpdateEditorAttributes ( ) : void

메소드 상세

Create() 공개 정적인 메소드

public static Create ( string name ) : MetaColumn
name string
리턴 MetaColumn

GetSort() 공개 메소드

public GetSort ( ) : int
리턴 int

HideSubReports() 공개 메소드

public HideSubReports ( ) : void
리턴 void

SetDefaultFormat() 보호된 메소드

protected SetDefaultFormat ( ) : void
리턴 void

SetReadOnly() 공개 메소드

public SetReadOnly ( ) : void
리턴 void

SetStandardFormat() 공개 메소드

public SetStandardFormat ( ) : void
리턴 void

UpdateEditorAttributes() 보호된 메소드

protected UpdateEditorAttributes ( ) : void
리턴 void

프로퍼티 상세

_datetimeStandardFormat 보호되어 있는 프로퍼티

protected DateTimeStandardFormat _datetimeStandardFormat
리턴 DateTimeStandardFormat

_displayName 보호되어 있는 프로퍼티

protected string _displayName
리턴 string

_enumGUID 보호되어 있는 프로퍼티

protected string _enumGUID
리턴 string

_format 보호되어 있는 프로퍼티

protected string _format
리턴 string

_numericStandardFormat 보호되어 있는 프로퍼티

protected NumericStandardFormat _numericStandardFormat
리턴 NumericStandardFormat

_source 보호되어 있는 프로퍼티

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

_type 보호되어 있는 프로퍼티

protected ColumnType _type
리턴 ColumnType