Search Results for

    Show / Hide Table of Contents

    Class LanguageCulture

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

    Constructors

    | Improve this Doc View Source

    LanguageCulture()

    Declaration
    public LanguageCulture()

    Properties

    | Improve this Doc View Source

    CultureCode

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

    CultureName

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

    CultureNr

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

    Language_Culture

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

    LanguageId

    Declaration
    public int LanguageId { get; set; }
    Property Value
    Type Description
    System.Int32

    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