C# Class GoogleCalendarAPIShowcase.Controllers.CalendarController

Inheritance: Controller
Mostra file Open project: rndsolutions/google-calendar-api

Public Methods

Method Description
Show ( string token, string email, string name ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
JsonParser ( ) : Newtonsoft.Json.Linq.JObject

Method Details

Show() public method

public Show ( string token, string email, string name ) : System.Web.Mvc.ActionResult
token string
email string
name string
return System.Web.Mvc.ActionResult