C# Class 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
Datei anzeigen Open project: geeksree/cSharpGeeks Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
GuiMapParser ( ) : System

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

Method Details

GetElementValue() public method

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.
return string

GetInstance() public static method

Gets the instance.
public static GetInstance ( ) : GuiMapParser
return GuiMapParser

LoadGuiMap() public method

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