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.
파일 보기 프로젝트 열기: brlima94/acat-localization

공개 메소드들

메소드 설명
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