Class BasicParagraphContent
Inherited Members
Namespace: NipoSoftware.Nfield.Interviewing.Contracts.Data
Assembly: NipoSoftware.Nfield.Interviewing.Contracts.Monodroid.dll
Syntax
public class BasicParagraphContent : CategoryLabelContentBase
Constructors
BasicParagraphContent()
Declaration
public BasicParagraphContent()
Properties
StyleId
An id of a Style
Declaration
public string StyleId { get; set; }
Property Value
Type | Description |
---|---|
String |
Value
The actual content
Declaration
public IEnumerable<BasicParagraphContentValueBase> Value { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<BasicParagraphContentValueBase> |