Search Results for

    Show / Hide Table of Contents

    Class Group

    Inheritance
    System.Object
    Group
    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.Group
    Assembly: Simplic.Group.dll
    Syntax
    public class Group

    Properties

    | Improve this Doc View Source

    GroupId

    Gets or sets the group id

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

    Ident

    Gets or sets the Id of the row. (NOTE: This not the Group ID)

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

    IsDefaultGroup

    Gets or sets if the group is the default group

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

    Name

    Gets or sets the group name, max length: 100

    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