C# Class SobekCM.Core.Configuration.Localization.Web_Language_Translation_Value

Exibir arquivo Open project: MarkVSullivan/SobekCM-Web-Application

Private Properties

Property Type Description

Public Methods

Method Description
Web_Language_Translation_Value ( ) : System

Constructor for a new instance of the Web_Language_Translation_Value class

Web_Language_Translation_Value ( Web_Language_Enum Language, string Value ) : System

Constructor for a new instance of the Web_Language_Translation_Value class

Method Details

Web_Language_Translation_Value() public method

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

Web_Language_Translation_Value() public method

Constructor for a new instance of the Web_Language_Translation_Value class
public Web_Language_Translation_Value ( Web_Language_Enum Language, string Value ) : System
Language Web_Language_Enum Language in which this value is represented
Value string Value in provided language
return System