C# Класс AuScGen.TelerikPlugin.GuiMapParser

This class parses the GUI objects from an XML file and return the actual Element Value based on the logical name provided
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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