Search Results for

    Show / Hide Table of Contents

    Class Language

    Inheritance
    System.Object
    Language
    Namespace: Simplic.Framework.EF
    Assembly: Simplic.Framework.EF.dll
    Syntax
    public class Language : Locking.ILockable

    Constructors

    | Improve this Doc View Source

    Language()

    Declaration
    public Language()

    Properties

    | Improve this Doc View Source

    CountryPhoneCode

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

    IsoCode

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

    LanguageCulture_Language_Culture

    Declaration
    public virtual ICollection<LanguageCulture> LanguageCulture_Language_Culture { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<LanguageCulture>
    | Improve this Doc View Source

    LanguageId

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

    LanguageLabel_Language

    Declaration
    public virtual ICollection<LanguageLabel> LanguageLabel_Language { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<LanguageLabel>
    | Improve this Doc View Source

    Localization_Group_Localization_FallbackLanguage

    Referenced by: Localization_GroupReferencing language to set a fallback language for referencing language texts

    Declaration
    public virtual ICollection<Localization_Group> Localization_Group_Localization_FallbackLanguage { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<Localization_Group>
    | Improve this Doc View Source

    Localization_Text_Language

    Referenced by: Localization_TextReferencing language to determine the languages of the text

    Declaration
    public virtual ICollection<Localization_Text> Localization_Text_Language { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<Localization_Text>
    | Improve this Doc View Source

    Name

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

    OfficialLanguageName

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

    Methods

    | Improve this Doc View Source

    GetPersistantKey()

    Declaration
    public Guid GetPersistantKey()
    Returns
    Type Description
    System.Guid
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx