C# Class SobekCM.Core.UI_Configuration.MapEditor_Configuration

Mostrar archivo Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Property Type Description
GetCustomSettings List
GetDefaultSettings List
HasCustomSettings bool

Public Methods

Method Description
GetSettings ( List IdsFromPage ) : List

Gets all settings from config file

MapEditor_Configuration ( ) : System

Constructor for a new instance of the MapEditor_Configuration class

Private Methods

Method Description
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

Method Details

GetSettings() public method

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

MapEditor_Configuration() public method

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