Class UIOptionsController
- Namespace
- JJMasterData.Web.Areas.DataDictionary.Controllers
- Assembly
- JJMasterData.Web.dll
public class UIOptionsController : DataDictionaryController, IActionFilter, IAsyncActionFilter, IFilterMetadata, IDisposable
- Inheritance
-
UIOptionsController
- Implements
- Inherited Members
Constructors
UIOptionsController(UIOptionsService)
public UIOptionsController(UIOptionsService optionsService)
Parameters
optionsService
UIOptionsService
Methods
Edit(FormElementOptions, string)
[HttpPost]
public Task<ActionResult> Edit(FormElementOptions uIMetadataOptions, string elementName)
Parameters
uIMetadataOptions
FormElementOptionselementName
string
Returns
Edit(string)
public Task<ActionResult> Edit(string elementName)
Parameters
elementName
string
Returns
Index(string)
public Task<ActionResult> Index(string elementName)
Parameters
elementName
string