Search Results for

    Show / Hide Table of Contents

    Class Paragraph

    A paragraph is the basic structure of a screen.

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

    Constructors

    Paragraph()

    Declaration
    public Paragraph()

    Properties

    Contents

    The content of the paragraph.

    Declaration
    public IEnumerable<ParagraphContentBase> Contents { get; set; }
    Property Value
    Type Description
    IEnumerable<ParagraphContentBase>

    DisplayHint

    A hint to the UI renderer for displaying the paragraph. E.g 'container' hints that the paragraph does not only contain text and images, but also more complex items.

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

    Group

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

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

    ParagraphId

    Id

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