Search Results for

    Show / Hide Table of Contents

    Class CategoryGroup

    A group of categories.

    Inheritance
    Object
    CategoryGroup
    Namespace: NipoSoftware.Nfield.Interviewing.Contracts.Data
    Assembly: NipoSoftware.Nfield.Interviewing.Contracts.Monodroid.dll
    Syntax
    public class CategoryGroup : Object

    Constructors

    CategoryGroup()

    Declaration
    public CategoryGroup()

    Properties

    Categories

    The categories in the group.

    Declaration
    public IEnumerable<Category> Categories { get; set; }
    Property Value
    Type Description
    IEnumerable<Category>

    CategoryGroupId

    Id

    Declaration
    public string CategoryGroupId { get; set; }
    Property Value
    Type Description
    String

    CategoryList

    The CategoryList that contains this group. This property is not transferred, but should be determined when deserializing the result.

    Declaration
    public CategoryList CategoryList { get; set; }
    Property Value
    Type Description
    CategoryList

    Labels

    The labels for the group.

    Declaration
    public IEnumerable<Label<BasicParagraphContent>> Labels { get; set; }
    Property Value
    Type Description
    IEnumerable<Label<BasicParagraphContent>>
    In This Article
    • Constructors
      • CategoryGroup()
    • Properties
      • Categories
      • CategoryGroupId
      • CategoryList
      • Labels
    Back to top Generated by DocFX