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

Inheritance: UCosmic.Www.Mvc.Areas.InstitutionalAgreements.Controllers.ManagementFormsController
Exibir arquivo Open project: ucosmic/UCosmicPreview

Public Methods

Method Description
AddContact ( UCosmic model ) : System.Web.Mvc.ActionResult
AddContact ( int agreementId ) : System.Web.Mvc.ActionResult
AddParticipant ( int agreementId, System establishmentId ) : System.Web.Mvc.ActionResult
AttachFile ( int agreementId ) : System.Web.Mvc.ActionResult
AutoCompleteEstablishmentNames ( string term, System excludeEstablishmentIds ) : System.Web.Mvc.ActionResult
Browse ( ) : System.Web.Mvc.ActionResult
Delete ( System agreementId ) : System.Web.Mvc.ActionResult
DeriveTitle ( UCosmic model ) : System.Web.Mvc.ActionResult
Post ( System entityId ) : System.Web.Mvc.ActionResult
Post ( UCosmic model ) : System.Web.Mvc.ActionResult
T4MVC_ManagementFormsController ( ) : System

Method Details

AddContact() public method

public AddContact ( UCosmic model ) : System.Web.Mvc.ActionResult
model UCosmic
return System.Web.Mvc.ActionResult

AddContact() public method

public AddContact ( int agreementId ) : System.Web.Mvc.ActionResult
agreementId int
return System.Web.Mvc.ActionResult

AddParticipant() public method

public AddParticipant ( int agreementId, System establishmentId ) : System.Web.Mvc.ActionResult
agreementId int
establishmentId System
return System.Web.Mvc.ActionResult

AttachFile() public method

public AttachFile ( int agreementId ) : System.Web.Mvc.ActionResult
agreementId int
return System.Web.Mvc.ActionResult

AutoCompleteEstablishmentNames() public method

public AutoCompleteEstablishmentNames ( string term, System excludeEstablishmentIds ) : System.Web.Mvc.ActionResult
term string
excludeEstablishmentIds System
return System.Web.Mvc.ActionResult

Browse() public method

public Browse ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Delete() public method

public Delete ( System agreementId ) : System.Web.Mvc.ActionResult
agreementId System
return System.Web.Mvc.ActionResult

DeriveTitle() public method

public DeriveTitle ( UCosmic model ) : System.Web.Mvc.ActionResult
model UCosmic
return System.Web.Mvc.ActionResult

Post() public method

public Post ( System entityId ) : System.Web.Mvc.ActionResult
entityId System
return System.Web.Mvc.ActionResult

Post() public method

public Post ( UCosmic model ) : System.Web.Mvc.ActionResult
model UCosmic
return System.Web.Mvc.ActionResult

T4MVC_ManagementFormsController() public method

public T4MVC_ManagementFormsController ( ) : System
return System