C# Class Weed.SDQ.AQVar

Mostra file Open project: noear/Weed3

Private Properties

Property Type Description

Public Methods

Method Description
GetText ( ) : string
GetText ( object data, string timeFormat ) : string
GetText ( string timeFormat ) : string
SetText ( string text ) : void

不允许通过SetText设置Null值 ============================== 由于SetText主要用于绑定;避免大量null值产生

Protected Methods

Method Description
_DateType ( ) : Type

value类型

Method Details

GetText() public method

public GetText ( ) : string
return string

GetText() public method

public GetText ( object data, string timeFormat ) : string
data object
timeFormat string
return string

GetText() public method

public GetText ( string timeFormat ) : string
timeFormat string
return string

SetText() public method

不允许通过SetText设置Null值 ============================== 由于SetText主要用于绑定;避免大量null值产生
public SetText ( string text ) : void
text string
return void

_DateType() protected method

value类型
protected _DateType ( ) : Type
return System.Type