C# 클래스 Universe.Modules.Web.GridPage

상속: Universe.Framework.Modules.IDataTransferable
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AdminLevelRequired int
AdminRequired bool
Children List
Location string
LoggedInRequired bool
LoggedOutRequired bool
MenuID string
MenuPosition int
MenuTitle string
MenuToolTip string
ShowInMenu bool

공개 메소드들

메소드 설명
FromOSD ( OSDMap map ) : void
GetPage ( string item ) : GridPage
GetPage ( string item, GridPage rootPage ) : GridPage
GetPageByLocation ( string item ) : GridPage
GetPageByLocation ( string item, GridPage rootPage ) : GridPage
GetParent ( GridPage page ) : GridPage
GetParent ( GridPage item, GridPage toCheck ) : GridPage
GridPage ( ) : System
GridPage ( OSD map ) : System
RemovePage ( string MenuID, GridPage replacePage ) : void
RemovePageByLocation ( string menuLocation, GridPage replacePage ) : void
ReplacePage ( string menuItem, GridPage replacePage ) : void
ToOSD ( ) : OSDMap

메소드 상세

FromOSD() 공개 메소드

public FromOSD ( OSDMap map ) : void
map OSDMap
리턴 void

GetPage() 공개 메소드

public GetPage ( string item ) : GridPage
item string
리턴 GridPage

GetPage() 공개 메소드

public GetPage ( string item, GridPage rootPage ) : GridPage
item string
rootPage GridPage
리턴 GridPage

GetPageByLocation() 공개 메소드

public GetPageByLocation ( string item ) : GridPage
item string
리턴 GridPage

GetPageByLocation() 공개 메소드

public GetPageByLocation ( string item, GridPage rootPage ) : GridPage
item string
rootPage GridPage
리턴 GridPage

GetParent() 공개 메소드

public GetParent ( GridPage page ) : GridPage
page GridPage
리턴 GridPage

GetParent() 공개 메소드

public GetParent ( GridPage item, GridPage toCheck ) : GridPage
item GridPage
toCheck GridPage
리턴 GridPage

GridPage() 공개 메소드

public GridPage ( ) : System
리턴 System

GridPage() 공개 메소드

public GridPage ( OSD map ) : System
map OSD
리턴 System

RemovePage() 공개 메소드

public RemovePage ( string MenuID, GridPage replacePage ) : void
MenuID string
replacePage GridPage
리턴 void

RemovePageByLocation() 공개 메소드

public RemovePageByLocation ( string menuLocation, GridPage replacePage ) : void
menuLocation string
replacePage GridPage
리턴 void

ReplacePage() 공개 메소드

public ReplacePage ( string menuItem, GridPage replacePage ) : void
menuItem string
replacePage GridPage
리턴 void

ToOSD() 공개 메소드

public ToOSD ( ) : OSDMap
리턴 OSDMap

프로퍼티 상세

AdminLevelRequired 공개적으로 프로퍼티

public int AdminLevelRequired
리턴 int

AdminRequired 공개적으로 프로퍼티

public bool AdminRequired
리턴 bool

Children 공개적으로 프로퍼티

public List Children
리턴 List

Location 공개적으로 프로퍼티

public string Location
리턴 string

LoggedInRequired 공개적으로 프로퍼티

public bool LoggedInRequired
리턴 bool

LoggedOutRequired 공개적으로 프로퍼티

public bool LoggedOutRequired
리턴 bool

MenuID 공개적으로 프로퍼티

public string MenuID
리턴 string

MenuPosition 공개적으로 프로퍼티

public int MenuPosition
리턴 int

MenuTitle 공개적으로 프로퍼티

public string MenuTitle
리턴 string

MenuToolTip 공개적으로 프로퍼티

public string MenuToolTip
리턴 string

ShowInMenu 공개적으로 프로퍼티

public bool ShowInMenu
리턴 bool