C# Class PageController, Rabbit

Inheritance: MonoBehaviour
Show file Open project: yysun/Rabbit Class Usage Examples

Public Methods

Method Description
PageController ( ) : System

Protected Methods

Method Description
Detail ( string id ) : object
GetItemById ( string id ) : ExpandoObject

Private Methods

Method Description
Create ( ) : object
Create ( dynamic, request ) : object
Default ( ) : object
Default ( object form ) : object
Delete ( string id ) : object
Edit ( dynamic, request ) : object
Edit ( string id ) : object
EditMenu ( ) : object
EditMenu ( NameValueCollection, form ) : object
Get ( string urlData ) : object
List ( string urlData ) : object

Method Details

Detail() protected method

protected Detail ( string id ) : object
id string
return object

GetItemById() protected method

protected GetItemById ( string id ) : ExpandoObject
id string
return ExpandoObject

PageController() public method

public PageController ( ) : System
return System