C# 클래스 Rock.Web.UI.Controls.DateTimeField

상속: RockBoundField
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
DateTimeField ( ) : System

Initializes a new instance of the DateTimeField class.

Initialize ( bool enableSorting, Control control ) : bool

Initializes the T:System.Web.UI.WebControls.BoundField object.

보호된 메소드들

메소드 설명
FormatDataValue ( object dataValue, bool encode ) : string

Formats the specified field value for a cell in the T:System.Web.UI.WebControls.BoundField object.

메소드 상세

DateTimeField() 공개 메소드

Initializes a new instance of the DateTimeField class.
public DateTimeField ( ) : System
리턴 System

FormatDataValue() 보호된 메소드

Formats the specified field value for a cell in the T:System.Web.UI.WebControls.BoundField object.
protected FormatDataValue ( object dataValue, bool encode ) : string
dataValue object The field value to format.
encode bool true to encode the value; otherwise, false.
리턴 string

Initialize() 공개 메소드

Initializes the T:System.Web.UI.WebControls.BoundField object.
public Initialize ( bool enableSorting, Control control ) : bool
enableSorting bool true if sorting is supported; otherwise, false.
control System.Web.UI.Control The data control that owns the .
리턴 bool