C# Class FubuFastPack.JqGrid.EntityDTO

This is the model entities are converted to for sending down to the grid
Exibir arquivo Open project: DarthFubuMVC/FubuFastPack Class Usage Examples

Public Methods

Method Description
AddCellDisplay ( string display ) : void
HasProperty ( string key ) : bool
Id ( ) : System.Guid
this ( string key ) : string

Method Details

AddCellDisplay() public method

public AddCellDisplay ( string display ) : void
display string
return void

HasProperty() public method

public HasProperty ( string key ) : bool
key string
return bool

Id() public method

public Id ( ) : System.Guid
return System.Guid

this() public method

public this ( string key ) : string
key string
return string