C# 클래스 FubuFastPack.JqGrid.EntityDTO

This is the model entities are converted to for sending down to the grid
파일 보기 프로젝트 열기: DarthFubuMVC/FubuFastPack 1 사용 예제들

공개 메소드들

메소드 설명
AddCellDisplay ( string display ) : void
HasProperty ( string key ) : bool
Id ( ) : System.Guid
this ( string key ) : string

메소드 상세

AddCellDisplay() 공개 메소드

public AddCellDisplay ( string display ) : void
display string
리턴 void

HasProperty() 공개 메소드

public HasProperty ( string key ) : bool
key string
리턴 bool

Id() 공개 메소드

public Id ( ) : System.Guid
리턴 System.Guid

this() 공개 메소드

public this ( string key ) : string
key string
리턴 string