Search Results for

    Show / Hide Table of Contents

    Class LocalizationViewModel

    Viewmodel for Localization_Text

    Inheritance
    System.Object
    LocalizationViewModel
    Namespace: Simplic.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class LocalizationViewModel : ViewModelBase

    Constructors

    | Improve this Doc View Source

    LocalizationViewModel(Guid, Int32)

    Declaration
    public LocalizationViewModel(Guid localizationGroup, int languageID)
    Parameters
    Type Name Description
    System.Guid localizationGroup
    System.Int32 languageID

    Properties

    | Improve this Doc View Source

    LanguageIso

    Gets the language Iso code

    Declaration
    public string LanguageIso { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    LanguageName

    Gets the LanguageName

    Declaration
    public string LanguageName { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Text

    gets or sets the localizated text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Save()

    Saves the current viewmodel

    Declaration
    public void Save()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx