C# Class UCosmic.Www.Mvc.Areas.InstitutionalAgreements.Controllers.ConfigurationFormsController

Exibir arquivo Open project: ucosmic/UCosmicPreview

Public Methods

Method Description
ConfigurationFormsController ( IProcessQueries queryProcessor, IHandleCommands commandHandler ) : System

Private Methods

Method Description
Add ( ) : System.Web.Mvc.ActionResult
Add ( InstitutionalAgreementConfigurationForm model ) : System.Web.Mvc.ActionResult
AddEmptyAllowedOptions ( InstitutionalAgreementConfigurationForm model ) : void
AgreementContactTypeOptions ( ) : System.Web.Mvc.JsonResult
AgreementStatusOptions ( ) : System.Web.Mvc.JsonResult
AgreementTypeOptions ( ) : System.Web.Mvc.JsonResult
Edit ( ) : System.Web.Mvc.ActionResult
Edit ( InstitutionalAgreementConfigurationForm model ) : System.Web.Mvc.ActionResult
GetConfigurationSupervisor ( ) : Person
NewAgreementContactType ( System.Guid configurationId ) : System.Web.Mvc.PartialViewResult
NewAgreementStatus ( System.Guid configurationId ) : System.Web.Mvc.PartialViewResult
NewAgreementType ( System.Guid configurationId ) : System.Web.Mvc.PartialViewResult
ValidateDuplicateOption ( string type, List values ) : System.Web.Mvc.JsonResult

Method Details

ConfigurationFormsController() public method

public ConfigurationFormsController ( IProcessQueries queryProcessor, IHandleCommands commandHandler ) : System
queryProcessor IProcessQueries
commandHandler IHandleCommands
return System