Search Results for

    Show / Hide Table of Contents

    Class CategoryLabelContentBase

    The allowed content of a category label

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

    Constructors

    CategoryLabelContentBase()

    Declaration
    protected CategoryLabelContentBase()

    Properties

    Category

    If this content is part of a Category, returns the category. This property is not transferred, but should be determined when deserializing the result.

    Declaration
    public Category Category { get; set; }
    Property Value
    Type Description
    Category
    In This Article
    Back to top Generated by DocFX