C# Класс Azavea.NijPredictivePolicing.AcsAlchemistGui.FormController

This class is meant to act as our interface between the GUI and the rest of the importer logic
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
_availableLevels List
_availableProjections List
_availableStates List
_availableYears List

Защищенные методы

Метод Описание
LoadConfigFile ( ) : void

Searches for our config file in the application path, if it can't find it, just uses defaults

ShowCopyrightAndLicense ( ) : void
ShowWelcomeScreen ( ) : void

Приватные методы

Метод Описание
FormController ( ) : System
InitLogging ( IAppender appenderObj ) : void
Initialize ( ) : void

Run initialization sequence (logging, load config, welcome, copyright, license, create job instance)

LoadNewJobInstance ( string filename ) : void

replaces our current job instance with a new one loaded from a saved file

NewDefaultJobInstance ( ) : void

There is no structure ensuring these defaults are the same that will show up when the form loads, This function is meant to reflect whatever the form defaults are.

ValidateVariablesFile ( string filename, string &errorMessage ) : bool

Performs some sanity checks on our variables file (does it exist, can I read it, does it have at least one variable, etc.)

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

LoadConfigFile() защищенный Метод

Searches for our config file in the application path, if it can't find it, just uses defaults
protected LoadConfigFile ( ) : void
Результат void

ShowCopyrightAndLicense() защищенный Метод

protected ShowCopyrightAndLicense ( ) : void
Результат void

ShowWelcomeScreen() защищенный Метод

protected ShowWelcomeScreen ( ) : void
Результат void

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

_availableLevels защищенное свойство

protected List _availableLevels
Результат List

_availableProjections защищенное свойство

protected List _availableProjections
Результат List

_availableStates защищенное свойство

protected List _availableStates
Результат List

_availableYears защищенное свойство

protected List _availableYears
Результат List