C# Class FubuFastPack.JqGrid.EntityDTO

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

Méthodes publiques

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

Method Details

AddCellDisplay() public méthode

public AddCellDisplay ( string display ) : void
display string
Résultat void

HasProperty() public méthode

public HasProperty ( string key ) : bool
key string
Résultat bool

Id() public méthode

public Id ( ) : System.Guid
Résultat System.Guid

this() public méthode

public this ( string key ) : string
key string
Résultat string