Search Results for

    Show / Hide Table of Contents

    Class CategoryList

    A list of categories, divided into groups.

    Inheritance
    Object
    ParagraphContentBase
    CategoryList
    Inherited Members
    ParagraphContentBase.ParagraphContentId
    ParagraphContentBase.Filter
    ParagraphContentBase.Paragraph
    Namespace: NipoSoftware.Nfield.Interviewing.Contracts.Data
    Assembly: NipoSoftware.Nfield.Interviewing.Contracts.Monodroid.dll
    Syntax
    public class CategoryList : ParagraphContentBase

    Constructors

    CategoryList()

    Declaration
    public CategoryList()

    Properties

    AnswerOrder

    The order of mentions

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

    Constraints

    Constraints for the category list

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

    DisplayHint

    Hints the UI on a rendering mode. (e.g 'categories', or 'scales')

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

    Groups

    The Category groups in this list.

    Declaration
    public IEnumerable<CategoryGroup> Groups { get; set; }
    Property Value
    Type Description
    IEnumerable<CategoryGroup>

    RenderingDirective

    The rendering directive for the category list

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

    RenderingOptions

    The rendering options for the category list

    Declaration
    public IEnumerable<KeyValuePair<string, string>> RenderingOptions { get; set; }
    Property Value
    Type Description
    IEnumerable<KeyValuePair<String, String>>
    In This Article
    Back to top Generated by DocFX