Search Results for

    Show / Hide Table of Contents

    Class Open

    An open input item.

    Inheritance
    Object
    ParagraphContentBase
    CategoryLabelContentBase
    Open
    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 Open : CategoryLabelContentBase

    Constructors

    Open()

    Declaration
    public Open()

    Properties

    Answer

    Tha answer

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

    Constraints

    The constraints of the input item. (e.g. what type of input to allow, the maximum length of the input, the input-mask etc.)

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

    DisplayHint

    Hints the UI on a rendering mode. (e.g 'textbox', or 'line')

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

    Labels

    The Labels for the input item.

    Declaration
    public IEnumerable<Label<BasicParagraphContent>> Labels { get; set; }
    Property Value
    Type Description
    IEnumerable<Label<BasicParagraphContent>>

    RenderingDirective

    The rendering directive for the open

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

    RenderingOptions

    The rendering options for the open

    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