C# 클래스 BannerDataDictionary.Controllers.TablesController
파일 보기
프로젝트 열기: ucdavis/DataDictionary
공개 메소드들
메소드 |
설명 |
|
ColumnLocations ( string id ) : System.Web.Mvc.ActionResult |
|
|
Details ( Table id ) : System.Web.Mvc.ActionResult |
|
|
Index ( DatabaseOwner oid ) : System.Web.Mvc.ActionResult |
|
|
메소드 상세
public ColumnLocations ( string id ) : System.Web.Mvc.ActionResult |
id |
string |
|
리턴 |
System.Web.Mvc.ActionResult |
|
public Details ( Table id ) : System.Web.Mvc.ActionResult |
id |
BannerDataDictionary.Models.Table |
|
리턴 |
System.Web.Mvc.ActionResult |
|
public Index ( DatabaseOwner oid ) : System.Web.Mvc.ActionResult |
oid |
BannerDataDictionary.Models.DatabaseOwner |
|
리턴 |
System.Web.Mvc.ActionResult |
|