Class CategoryGroup
A group of categories.
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.
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>> |