C# Класс ACAT.Lib.Core.PanelManagement.PreferredPanelConfig

Stores a mapping between preferred config names and the scanners If a scanner has multiple animation config files, this allows for selecting a preferred config file from the list.
Показать файл Открыть проект

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

Метод Описание
GetConfigName ( String panelClass ) : String

Looks up the map table and returns the name of the configuration for the specified scanner

Load ( ) : bool

Parses the preferred panel config file name, populates the map table

PreferredPanelConfig ( ) : System

Initializes a new instance of the class.

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

Метод Описание
loadConfig ( XmlNode node ) : String>.Dictionary

Loads the configuration from the specified xml node by parsing the attributes contained in the node. Returns the mapping between the panel configuration name and the panel type it maps to

loadPreferredPanelConfig ( String file ) : bool

Parses the preferred panel config file name, populates the map table

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

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

Looks up the map table and returns the name of the configuration for the specified scanner
public GetConfigName ( String panelClass ) : String
panelClass String scanner
Результат String

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

Parses the preferred panel config file name, populates the map table
public Load ( ) : bool
Результат bool

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

Initializes a new instance of the class.
public PreferredPanelConfig ( ) : System
Результат System