Class DataLocalizationEditorConfig
Configuration for DataLocalizationEditor UserControl
Inheritance
System.Object
DataLocalizationEditorConfig
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class DataLocalizationEditorConfig
Constructors
| Improve this Doc View SourceDataLocalizationEditorConfig()
Constructor DataLocalizationEditorConfig
Declaration
public DataLocalizationEditorConfig()
Properties
| Improve this Doc View SourceFallbackLanguage
gets or sets the FallbackLanguage
Declaration
public Language FallbackLanguage { get; set; }
Property Value
Type | Description |
---|---|
Language |
FallBackLanguageID
gets or sets the fallbackLanguageID
Declaration
public int FallBackLanguageID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Height
gets or sets the height of the textbox
Declaration
public int Height { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsMultiline
gets or sets IsMultiline (TextBox.AcceptsReturn)
Declaration
public bool IsMultiline { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MaxHeight
gets or sets the maxHeight for the Textbox
Declaration
public int MaxHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MaxWidth
gets or sets the maxWidth for the Textbox
Declaration
public int MaxWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MinHeight
gets or sets the minHeight for the TextBox
Declaration
public int MinHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MinWidth
gets or sets the minWidth for the Textbox
Declaration
public int MinWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceAddLanguageToShow(Language)
Adds the language to the shown languages
Declaration
public void AddLanguageToShow(Language language)
Parameters
Type | Name | Description |
---|---|---|
Language | language |
AddLanguageToShow(Int32)
Adds the languageID to the shown language
Declaration
public void AddLanguageToShow(int languageID)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | languageID |
ClearLanguagesToShow()
Clears the languages to show, no languages will be displayed
Declaration
public void ClearLanguagesToShow()
SetLanguagesToShow(List<Language>)
Sets the languages to show
Declaration
public void SetLanguagesToShow(List<Language> languages)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<Language> | languages |
SetLanguagesToShow(List<Int32>)
Sets the languages to show
Declaration
public void SetLanguagesToShow(List<int> languageIds)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.Int32> | languageIds |