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

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

Private Properties

Свойство Type Description

Méthodes publiques

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

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

Web_Language_Translation_Value() public méthode

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