Search Results for

    Show / Hide Table of Contents

    Class LanguageGroup

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

    Constructors

    | Improve this Doc View Source

    LanguageGroup()

    Declaration
    public LanguageGroup()

    Properties

    | Improve this Doc View Source

    ExportId

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

    GroupId

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

    LanguageLabel_LanguageGroup

    Declaration
    public virtual ICollection<LanguageLabel> LanguageLabel_LanguageGroup { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<LanguageLabel>
    | 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