C# Class SobekCM.Core.Aggregations.Complete_Item_Aggregation_Highlights

Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Свойство Type Description
Write_In_Configuration_XML_File void

Méthodes publiques

Méthode 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

Méthode Description
Write_In_Configuration_XML_File ( StreamWriter Writer ) : void

Method Details

Add_Text() public méthode

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
Résultat void

Add_Tooltip() public méthode

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
Résultat void

Complete_Item_Aggregation_Highlights() public méthode

Constructor for a new instance of the Item_Aggregation_Complete_Highlights class
public Complete_Item_Aggregation_Highlights ( ) : System
Résultat System

Get_Text() public méthode

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
Résultat string

Get_Tooltip() public méthode

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
Résultat string