Search Results for

    Show / Hide Table of Contents

    Class Group

    A group of paragraphs

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

    Constructors

    Group()

    Declaration
    public Group()

    Properties

    Constraints

    The constraints for the group. (e.g. all numeric values should add up, etc.)

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

    DisplayHint

    Id

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

    Paragraphs

    The paragraphs contained in the group.

    Declaration
    public IEnumerable<Paragraph> Paragraphs { get; set; }
    Property Value
    Type Description
    IEnumerable<Paragraph>

    Segment

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

    Declaration
    public Segment Segment { get; set; }
    Property Value
    Type Description
    Segment
    In This Article
    • Constructors
      • Group()
    • Properties
      • Constraints
      • DisplayHint
      • Paragraphs
      • Segment
    Back to top Generated by DocFX