C# Class Weed.SDQ.AQVar

Afficher le fichier Open project: noear/Weed3

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetText ( ) : string
GetText ( object data, string timeFormat ) : string
GetText ( string timeFormat ) : string
SetText ( string text ) : void

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

Méthodes protégées

Méthode Description
_DateType ( ) : Type

value类型

Method Details

GetText() public méthode

public GetText ( ) : string
Résultat string

GetText() public méthode

public GetText ( object data, string timeFormat ) : string
data object
timeFormat string
Résultat string

GetText() public méthode

public GetText ( string timeFormat ) : string
timeFormat string
Résultat string

SetText() public méthode

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

_DateType() protected méthode

value类型
protected _DateType ( ) : Type
Résultat System.Type