C# 클래스 SobekCM.Core.UI_Configuration.MapEditor_Configuration

파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetCustomSettings List
GetDefaultSettings List
HasCustomSettings bool

공개 메소드들

메소드 설명
GetSettings ( List IdsFromPage ) : List

Gets all settings from config file

MapEditor_Configuration ( ) : System

Constructor for a new instance of the MapEditor_Configuration class

비공개 메소드들

메소드 설명
GetCustomSettings ( List IdsFromPage ) : List

Gets all the custom settigns as defined from page itself

GetDefaultSettings ( ) : List

Gets the default settings

HasCustomSettings ( List IdsFromPage ) : bool

Determines if there are custom settings

메소드 상세

GetSettings() 공개 메소드

Gets all settings from config file
public GetSettings ( List IdsFromPage ) : List
IdsFromPage List The IDs from the page
리턴 List

MapEditor_Configuration() 공개 메소드

Constructor for a new instance of the MapEditor_Configuration class
public MapEditor_Configuration ( ) : System
리턴 System