Class Paragraph
A paragraph is the basic structure of a screen.
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.
Declaration
public Group Group { get; set; }
Property Value
Type | Description |
---|---|
Group |
ParagraphId
Id
Declaration
public string ParagraphId { get; set; }
Property Value
Type | Description |
---|---|
String |