C# 클래스 XenonCMS.Classes.NavMenuItem

파일 보기 프로젝트 열기: rickparrish/XenonCMS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Children List
Id int
Text string
Url string

공개 메소드들

메소드 설명
NavMenuItem ( int id, string text, string url ) : System

메소드 상세

NavMenuItem() 공개 메소드

public NavMenuItem ( int id, string text, string url ) : System
id int
text string
url string
리턴 System

프로퍼티 상세

Children 공개적으로 프로퍼티

public List Children
리턴 List

Id 공개적으로 프로퍼티

public int Id
리턴 int

Text 공개적으로 프로퍼티

public string Text
리턴 string

Url 공개적으로 프로퍼티

public string Url
리턴 string