C# 클래스 UIAccess.GuiMapParser

This class parses the GUI objects from an XML file and return the actual Element Value based on the logical name provided
파일 보기 프로젝트 열기: geeksree/cSharpGeeks 1 사용 예제들

공개 메소드들

메소드 설명
GetElementValue ( Guimap>.Dictionary guiObjCollection, string logicalName ) : string

Gets the element value.

GetInstance ( ) : GuiMapParser

Gets the instance.

LoadGuiMap ( String filePath ) : Guimap>.Dictionary

Loads a single GUIMap XML as dictionary collection

비공개 메소드들

메소드 설명
GuiMapParser ( ) : System

Prevents a default instance of the GuiMapParser class from being created.

메소드 상세

GetElementValue() 공개 메소드

Gets the element value.
/// identifier Not implemented! /// or /// Exception occured while trying to fetch value from Guimap! ///
public GetElementValue ( Guimap>.Dictionary guiObjCollection, string logicalName ) : string
guiObjCollection Guimap>.Dictionary The GUI object collection.
logicalName string Name of the logical.
리턴 string

GetInstance() 공개 정적인 메소드

Gets the instance.
public static GetInstance ( ) : GuiMapParser
리턴 GuiMapParser

LoadGuiMap() 공개 메소드

Loads a single GUIMap XML as dictionary collection
public LoadGuiMap ( String filePath ) : Guimap>.Dictionary
filePath String The file path.
리턴 Guimap>.Dictionary