Search Results for

    Show / Hide Table of Contents

    Class LanguageLabel

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

    Constructors

    | Improve this Doc View Source

    LanguageLabel()

    Declaration
    public LanguageLabel()

    Properties

    | Improve this Doc View Source

    Content

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

    GroupId

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

    Language

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

    LanguageGroup

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

    LanguageId

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

    Name

    Declaration
    public string Name { 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