C# Класс SagaMap.MapConfig

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
LogLevel int
ifSQL int

Открытые методы

Метод Описание
MapConfig ( ) : System

Upon creation the MapConfig will read the "map.config" file that should be present in the same dir as the mapserver executable. All attributes will be set during creation.

SaveConfig ( ) : void

Save the current settings to the "map.config" file.

Описание методов

MapConfig() публичный Метод

Upon creation the MapConfig will read the "map.config" file that should be present in the same dir as the mapserver executable. All attributes will be set during creation.
public MapConfig ( ) : System
Результат System

SaveConfig() публичный Метод

Save the current settings to the "map.config" file.
public SaveConfig ( ) : void
Результат void

Описание свойств

LogLevel публичное свойство

public int LogLevel
Результат int

ifSQL публичное свойство

public int ifSQL
Результат int