C# 클래스 SourceGrid.Cells.Models.NullValueModel

상속: IValueModel
파일 보기 프로젝트 열기: zhuangyy/Motion

공개 프로퍼티들

프로퍼티 타입 설명
Default NullValueModel

공개 메소드들

메소드 설명
GetDisplayText ( CellContext cellContext ) : string
GetValue ( CellContext cellContext ) : object
NullValueModel ( ) : System

Constructor

SetValue ( CellContext cellContext, object p_Value ) : void

메소드 상세

GetDisplayText() 공개 메소드

public GetDisplayText ( CellContext cellContext ) : string
cellContext CellContext
리턴 string

GetValue() 공개 메소드

public GetValue ( CellContext cellContext ) : object
cellContext CellContext
리턴 object

NullValueModel() 공개 메소드

Constructor
public NullValueModel ( ) : System
리턴 System

SetValue() 공개 메소드

public SetValue ( CellContext cellContext, object p_Value ) : void
cellContext CellContext
p_Value object
리턴 void

프로퍼티 상세

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

public static NullValueModel,SourceGrid.Cells.Models Default
리턴 NullValueModel