Search Results for

    Show / Hide Table of Contents

    Class Category

    A category (or scale item)

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

    Constructors

    Category()

    Declaration
    public Category()

    Properties

    Answer

    The answer

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

    CategoryGroup

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

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

    CategoryId

    Id

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

    Constraints

    The constraints for this category.

    Declaration
    public IEnumerable<Constraint> Constraints { get; set; }
    Property Value
    Type Description
    IEnumerable<Constraint>

    CustomProperties

    The custom properties for the category

    Declaration
    public IEnumerable<KeyValuePair<string, string>> CustomProperties { get; set; }
    Property Value
    Type Description
    IEnumerable<KeyValuePair<String, String>>

    Filter

    The filter for the category.

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

    Labels

    The labels for this category

    Declaration
    public IEnumerable<Label<CategoryLabelContentBase>> Labels { get; set; }
    Property Value
    Type Description
    IEnumerable<Label<CategoryLabelContentBase>>
    In This Article
    Back to top Generated by DocFX