Search Results for

    Show / Hide Table of Contents

    Class MatrixExtensions

    This class holds all information that is necessary for Matrix UI rendering

    Inheritance
    Object
    MatrixExtensions
    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>>
    In This Article
    Back to top Generated by DocFX