Class MatrixExtensions
This class holds all information that is necessary for Matrix UI rendering
Namespace: NipoSoftware.Nfield.Interviewing.Contracts.Data
Assembly: NipoSoftware.Nfield.Interviewing.Contracts.Monodroid.dll
Syntax
public class MatrixExtensions : Object
Constructors
MatrixExtensions()
Declaration
public MatrixExtensions()
Properties
ContainsMatrix
Set to true when the screen contains a matrix question
Declaration
public bool ContainsMatrix { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Directive
gets/sets the directive on the current container
Declaration
public string Directive { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Options
gets/sets the options for the current container
Declaration
public IEnumerable<KeyValuePair<string, string>> Options { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<KeyValuePair<String, String>> |