Search Results for

    Show / Hide Table of Contents

    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 Source

    DataLocalizationEditorConfig()

    Constructor DataLocalizationEditorConfig

    Declaration
    public DataLocalizationEditorConfig()

    Properties

    | Improve this Doc View Source

    FallbackLanguage

    gets or sets the FallbackLanguage

    Declaration
    public Language FallbackLanguage { get; set; }
    Property Value
    Type Description
    Language
    | Improve this Doc View Source

    FallBackLanguageID

    gets or sets the fallbackLanguageID

    Declaration
    public int FallBackLanguageID { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Height

    gets or sets the height of the textbox

    Declaration
    public int Height { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    IsMultiline

    gets or sets IsMultiline (TextBox.AcceptsReturn)

    Declaration
    public bool IsMultiline { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    MaxHeight

    gets or sets the maxHeight for the Textbox

    Declaration
    public int MaxHeight { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    MaxWidth

    gets or sets the maxWidth for the Textbox

    Declaration
    public int MaxWidth { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    MinHeight

    gets or sets the minHeight for the TextBox

    Declaration
    public int MinHeight { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    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 Source

    AddLanguageToShow(Language)

    Adds the language to the shown languages

    Declaration
    public void AddLanguageToShow(Language language)
    Parameters
    Type Name Description
    Language language
    | Improve this Doc View Source

    AddLanguageToShow(Int32)

    Adds the languageID to the shown language

    Declaration
    public void AddLanguageToShow(int languageID)
    Parameters
    Type Name Description
    System.Int32 languageID
    | Improve this Doc View Source

    ClearLanguagesToShow()

    Clears the languages to show, no languages will be displayed

    Declaration
    public void ClearLanguagesToShow()
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx