C# Class SourceGrid.Cells.Models.NullValueModel

Inheritance: IValueModel
Exibir arquivo Open project: zhuangyy/Motion

Public Properties

Property Type Description
Default NullValueModel

Public Methods

Method Description
GetDisplayText ( CellContext cellContext ) : string
GetValue ( CellContext cellContext ) : object
NullValueModel ( ) : System

Constructor

SetValue ( CellContext cellContext, object p_Value ) : void

Method Details

GetDisplayText() public method

public GetDisplayText ( CellContext cellContext ) : string
cellContext CellContext
return string

GetValue() public method

public GetValue ( CellContext cellContext ) : object
cellContext CellContext
return object

NullValueModel() public method

Constructor
public NullValueModel ( ) : System
return System

SetValue() public method

public SetValue ( CellContext cellContext, object p_Value ) : void
cellContext CellContext
p_Value object
return void

Property Details

Default public_oe static_oe property

public static NullValueModel,SourceGrid.Cells.Models Default
return NullValueModel