Search Results for

    Show / Hide Table of Contents

    Class GroupInfo

    Inheritance
    System.Object
    GroupInfo
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.BaseDAL
    Assembly: Simplic.BaseDAL.dll
    Syntax
    public class GroupInfo

    Properties

    | Improve this Doc View Source

    GroupId

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

    IsDefaultGroup

    Declaration
    public int IsDefaultGroup { 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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx