Class ParagraphContentBase
The base class for paragraph (and label) content
Namespace: NipoSoftware.Nfield.Interviewing.Contracts.Data
Assembly: NipoSoftware.Nfield.Interviewing.Contracts.Monodroid.dll
Syntax
public abstract class ParagraphContentBase : Object
Constructors
ParagraphContentBase()
Declaration
protected ParagraphContentBase()
Properties
Filter
The javascript filter
Declaration
public string Filter { get; set; }
Property Value
Type | Description |
---|---|
String |
Paragraph
The Paragraph that contains this item.
Declaration
public Paragraph Paragraph { get; set; }
Property Value
Type | Description |
---|---|
Paragraph |
ParagraphContentId
Id
Declaration
public string ParagraphContentId { get; set; }
Property Value
Type | Description |
---|---|
String |