C# Class SobekCM.Core.Aggregations.Complete_Item_Aggregation_Highlights

Datei anzeigen Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Property Type Description
Write_In_Configuration_XML_File void

Public Methods

Method Description
Add_Text ( Web_Language_Enum Language, string Text ) : void

Add a language text to this highlight

Add_Tooltip ( Web_Language_Enum Language, string Tooltip ) : void

Add a language tooltip to this highlight

Complete_Item_Aggregation_Highlights ( ) : System

Constructor for a new instance of the Item_Aggregation_Complete_Highlights class

Get_Text ( Web_Language_Enum Language ) : string

Gets the language-specific text, if one exists

Get_Tooltip ( Web_Language_Enum Language ) : string

Gets the language-specific tooltip, if one exists

Private Methods

Method Description
Write_In_Configuration_XML_File ( StreamWriter Writer ) : void

Method Details

Add_Text() public method

Add a language text to this highlight
public Add_Text ( Web_Language_Enum Language, string Text ) : void
Language Web_Language_Enum Language enumeration for this text
Text string Text
return void

Add_Tooltip() public method

Add a language tooltip to this highlight
public Add_Tooltip ( Web_Language_Enum Language, string Tooltip ) : void
Language Web_Language_Enum Language enumeration for this tooltip
Tooltip string Tooltip
return void

Complete_Item_Aggregation_Highlights() public method

Constructor for a new instance of the Item_Aggregation_Complete_Highlights class
public Complete_Item_Aggregation_Highlights ( ) : System
return System

Get_Text() public method

Gets the language-specific text, if one exists
public Get_Text ( Web_Language_Enum Language ) : string
Language Web_Language_Enum Language of the text to retrieve
return string

Get_Tooltip() public method

Gets the language-specific tooltip, if one exists
public Get_Tooltip ( Web_Language_Enum Language ) : string
Language Web_Language_Enum Language of the tooltip to retrieve
return string