Свойство | Тип | Описание | |
---|---|---|---|
_EventService | IEventService |
Метод | Описание | |
---|---|---|
CalendarController ( IEventService eventService ) : System | ||
Create ( |
||
Delete ( string id ) : System.Web.Mvc.ActionResult | ||
Edit ( |
||
GetEvents ( double start, double end ) : System.Web.Mvc.ActionResult | ||
Index ( string month, string year ) : System.Web.Mvc.ActionResult |
Метод | Описание | |
---|---|---|
ConvertFromUnixTimestamp ( double timestamp ) : System.DateTime | ||
_ConvertToFullCalendarFormat ( string date, string time ) : string | ||
_PopulateDropdownMonth ( ) : void | ||
_PopulateDropdownYear ( ) : void |
public CalendarController ( IEventService eventService ) : System | ||
eventService | IEventService | |
Результат | System |
public Create ( |
||
event_ | ||
Результат | System.Web.Mvc.ActionResult |
public Delete ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
Результат | System.Web.Mvc.ActionResult |
public Edit ( |
||
event_ | ||
Результат | System.Web.Mvc.ActionResult |
public GetEvents ( double start, double end ) : System.Web.Mvc.ActionResult | ||
start | double | |
end | double | |
Результат | System.Web.Mvc.ActionResult |
public Index ( string month, string year ) : System.Web.Mvc.ActionResult | ||
month | string | |
year | string | |
Результат | System.Web.Mvc.ActionResult |