Search Results for

    Show / Hide Table of Contents

    Class ParagraphContentBase

    The base class for paragraph (and label) content

    Inheritance
    Object
    ParagraphContentBase
    CategoryLabelContentBase
    CategoryList
    Namespace: NipoSoftware.Nfield.Interviewing.Contracts.Data
    Assembly: NipoSoftware.Nfield.Interviewing.Contracts.Monodroid.dll
    Syntax
    public abstract class ParagraphContentBase : Object

    Constructors

    ParagraphContentBase()

    Declaration
    protected ParagraphContentBase()

    Properties

    Filter

    The javascript filter

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

    Paragraph

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

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

    ParagraphContentId

    Id

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