C# 클래스 SobekCM.Core.Aggregations.Complete_Item_Aggregation_Highlights

파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Write_In_Configuration_XML_File void

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Write_In_Configuration_XML_File ( StreamWriter Writer ) : void

메소드 상세

Add_Text() 공개 메소드

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
리턴 void

Add_Tooltip() 공개 메소드

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
리턴 void

Complete_Item_Aggregation_Highlights() 공개 메소드

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

Get_Text() 공개 메소드

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
리턴 string

Get_Tooltip() 공개 메소드

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
리턴 string