C# Class Seal.Model.MetaColumn

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

Protected Properties

Property Type Description
_datetimeStandardFormat DateTimeStandardFormat
_displayName string
_enumGUID string
_format string
_numericStandardFormat NumericStandardFormat
_source Seal.Model.MetaSource
_type ColumnType

Private Properties

Property Type Description

Public Methods

Method Description
Create ( string name ) : MetaColumn
GetSort ( ) : int
HideSubReports ( ) : void
SetReadOnly ( ) : void
SetStandardFormat ( ) : void

Protected Methods

Method Description
SetDefaultFormat ( ) : void
UpdateEditorAttributes ( ) : void

Method Details

Create() public static method

public static Create ( string name ) : MetaColumn
name string
return MetaColumn

GetSort() public method

public GetSort ( ) : int
return int

HideSubReports() public method

public HideSubReports ( ) : void
return void

SetDefaultFormat() protected method

protected SetDefaultFormat ( ) : void
return void

SetReadOnly() public method

public SetReadOnly ( ) : void
return void

SetStandardFormat() public method

public SetStandardFormat ( ) : void
return void

UpdateEditorAttributes() protected method

protected UpdateEditorAttributes ( ) : void
return void

Property Details

_datetimeStandardFormat protected_oe property

protected DateTimeStandardFormat _datetimeStandardFormat
return DateTimeStandardFormat

_displayName protected_oe property

protected string _displayName
return string

_enumGUID protected_oe property

protected string _enumGUID
return string

_format protected_oe property

protected string _format
return string

_numericStandardFormat protected_oe property

protected NumericStandardFormat _numericStandardFormat
return NumericStandardFormat

_source protected_oe property

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

_type protected_oe property

protected ColumnType _type
return ColumnType