C# 클래스 UCosmic.Www.Mvc.Areas.InstitutionalAgreements.Controllers.ConfigurationFormsController

파일 보기 프로젝트 열기: ucosmic/UCosmicPreview

공개 메소드들

메소드 설명
ConfigurationFormsController ( IProcessQueries queryProcessor, IHandleCommands commandHandler ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

ConfigurationFormsController() 공개 메소드

public ConfigurationFormsController ( IProcessQueries queryProcessor, IHandleCommands commandHandler ) : System
queryProcessor IProcessQueries
commandHandler IHandleCommands
리턴 System