Method | Description | |
---|---|---|
Activate ( string termCodeId ) : System.Web.Mvc.ActionResult |
Activates the current TermCode, deactivates all others.
|
|
Add ( string termCodeId ) : System.Web.Mvc.ActionResult |
Adds the vTermCode to TermCodes, then it should redirect to the edit.
|
|
Details ( string termCodeId ) : System.Web.Mvc.ActionResult | ||
Edit ( string termCodeId ) : System.Web.Mvc.ActionResult |
Allow editing of some fields
|
|
Index ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Edit ( string id, TermCode termCode ) : System.Web.Mvc.ActionResult |
public Activate ( string termCodeId ) : System.Web.Mvc.ActionResult | ||
termCodeId | string | |
return | System.Web.Mvc.ActionResult |
public Add ( string termCodeId ) : System.Web.Mvc.ActionResult | ||
termCodeId | string | |
return | System.Web.Mvc.ActionResult |
public Details ( string termCodeId ) : System.Web.Mvc.ActionResult | ||
termCodeId | string | |
return | System.Web.Mvc.ActionResult |
public Edit ( string termCodeId ) : System.Web.Mvc.ActionResult | ||
termCodeId | string | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |