C# 클래스 Serenity.Navigation.NavigationLinkAttribute

상속: NavigationItemAttribute
파일 보기 프로젝트 열기: volkanceylan/Serenity

공개 메소드들

메소드 설명
NavigationLinkAttribute ( int order, string path, Type controller, string icon = null, string action = "Index" ) : System
NavigationLinkAttribute ( int order, string path, string url, object permission, string icon = null ) : System

메소드 상세

NavigationLinkAttribute() 공개 메소드

public NavigationLinkAttribute ( int order, string path, Type controller, string icon = null, string action = "Index" ) : System
order int
path string
controller System.Type
icon string
action string
리턴 System

NavigationLinkAttribute() 공개 메소드

public NavigationLinkAttribute ( int order, string path, string url, object permission, string icon = null ) : System
order int
path string
url string
permission object
icon string
리턴 System