C# 클래스 SourceGrid.Cells.Views.Cell

상속: ViewBase
파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Default Cell

공개 메소드들

메소드 설명
Cell ( ) : System

Use default setting and construct a read and write VisualProperties

Cell ( Cell p_Source ) : System

Copy constructor. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.

Clone ( ) : object

Clone this object. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.

보호된 메소드들

메소드 설명
GetElements ( ) : IEnumerable
PrepareView ( CellContext context ) : void
PrepareVisualElementImage ( CellContext context ) : void

Apply to the VisualElement specified the Image properties of the current View. Derived class can call this method to apply the settings to custom VisualElement.

PrepareVisualElementText ( CellContext context ) : void

Apply to the VisualElement specified the Image properties of the current View. Derived class can call this method to apply the settings to custom VisualElement.

메소드 상세

Cell() 공개 메소드

Use default setting and construct a read and write VisualProperties
public Cell ( ) : System
리턴 System

Cell() 공개 메소드

Copy constructor. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
public Cell ( Cell p_Source ) : System
p_Source Cell
리턴 System

Clone() 공개 메소드

Clone this object. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
public Clone ( ) : object
리턴 object

GetElements() 보호된 메소드

protected GetElements ( ) : IEnumerable
리턴 IEnumerable

PrepareView() 보호된 메소드

protected PrepareView ( CellContext context ) : void
context CellContext
리턴 void

PrepareVisualElementImage() 보호된 메소드

Apply to the VisualElement specified the Image properties of the current View. Derived class can call this method to apply the settings to custom VisualElement.
protected PrepareVisualElementImage ( CellContext context ) : void
context CellContext
리턴 void

PrepareVisualElementText() 보호된 메소드

Apply to the VisualElement specified the Image properties of the current View. Derived class can call this method to apply the settings to custom VisualElement.
protected PrepareVisualElementText ( CellContext context ) : void
context CellContext
리턴 void

프로퍼티 상세

Default 공개적으로 정적으로 프로퍼티

Represents a default Model
public static Cell,SourceGrid.Cells.Views Default
리턴 Cell