C# Class UCosmic.Web.Mvc.Controllers.T4MVC_AgreementsController

Inheritance: UCosmic.Web.Mvc.Controllers.AgreementsController
Datei anzeigen Open project: ucosmic/UCosmicAlpha

Public Methods

Method Description
Edit ( int agreementId ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
New ( ) : System.Web.Mvc.ViewResult
Settings ( ) : System.Web.Mvc.ViewResult
Show ( int agreementId ) : System.Web.Mvc.ActionResult
T4MVC_AgreementsController ( ) : System
TenantIndex ( string domain ) : System.Web.Mvc.ActionResult

Method Details

Edit() public method

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

Index() public method

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

New() public method

public New ( ) : System.Web.Mvc.ViewResult
return System.Web.Mvc.ViewResult

Settings() public method

public Settings ( ) : System.Web.Mvc.ViewResult
return System.Web.Mvc.ViewResult

Show() public method

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

T4MVC_AgreementsController() public method

public T4MVC_AgreementsController ( ) : System
return System

TenantIndex() public method

public TenantIndex ( string domain ) : System.Web.Mvc.ActionResult
domain string
return System.Web.Mvc.ActionResult