Search Results for

    Show / Hide Table of Contents

    Class Localization_Group

    Provides an identifier for multi language data

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

    Constructors

    | Improve this Doc View Source

    Localization_Group()

    Declaration
    public Localization_Group()

    Properties

    | Improve this Doc View Source

    Country_Name

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

    FallbackLanguageID

    Fallback language is used, if there is no language text in Localization_Text for the requested language, default is 0 (german) Part of ForeignKey: Localization_FallbackLanguage

    Declaration
    public int? FallbackLanguageID { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    Guid

    PrimaryKey for multi language data

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

    Localization_FallbackLanguage

    Referencing language to set a fallback language for referencing language texts

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

    Localization_Text_Localization

    Referenced by: Localization_TextReferencing the Localization group which groups different localization texts

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

    Text

    gets the current text label for the current localization, with fallback if needed

    Declaration
    public string Text { get; }
    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