'
Show / Hide Table of Contents

Class IlluminationTypeController

The IlluminationType Controller is a controller that allows data to be retrieved and updated within the Ayuda Platform.

Namespace: Ayuda.BMS.Splash.Areas.Pi.Controllers
Remarks

This web service can be accessed using an address similar to the following: https://[AYUDA DEPLOYMENT URL]/Juice/Pi/IlluminationType

Methods

Get(Guid)

Returns information about an illumination type.

Declaration
public JsonResult Get(Guid id)
Parameters
Type Name Description
System.Guid id

The ID of the illumination type.

Returns
Type Description
System.Web.Mvc.JsonResult

A Json encoded instance of the type with information about the illumination type.

GetAll()

Returns information about all illumination types.

Declaration
public JsonResult GetAll()
Returns
Type Description
System.Web.Mvc.JsonResult

A Json encoded array of instance sof the type with information about the illumination types.

Back to top Generated by DocFX