Class Group
A group of paragraphs
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.
Declaration
public Segment Segment { get; set; }
Property Value
Type | Description |
---|---|
Segment |