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

Inheritance: UCosmic.Web.Mvc.Controllers.AgreementsController
Afficher le fichier Open project: ucosmic/UCosmicAlpha

Méthodes publiques

Méthode 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 méthode

public Edit ( int agreementId ) : System.Web.Mvc.ActionResult
agreementId int
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

New() public méthode

public New ( ) : System.Web.Mvc.ViewResult
Résultat System.Web.Mvc.ViewResult

Settings() public méthode

public Settings ( ) : System.Web.Mvc.ViewResult
Résultat System.Web.Mvc.ViewResult

Show() public méthode

public Show ( int agreementId ) : System.Web.Mvc.ActionResult
agreementId int
Résultat System.Web.Mvc.ActionResult

T4MVC_AgreementsController() public méthode

public T4MVC_AgreementsController ( ) : System
Résultat System

TenantIndex() public méthode

public TenantIndex ( string domain ) : System.Web.Mvc.ActionResult
domain string
Résultat System.Web.Mvc.ActionResult