Search Results for

    Show / Hide Table of Contents

    Class BasicParagraphContent

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

    Constructors

    BasicParagraphContent()

    Declaration
    public BasicParagraphContent()

    Properties

    StyleId

    An id of a Style

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

    Value

    The actual content

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