Search Results for

    Show / Hide Table of Contents

    Class Answer

    Represents an answer (in it's most basic form)

    Inheritance
    Object
    Answer
    Namespace: NipoSoftware.Nfield.Interviewing.Contracts.Data
    Assembly: NipoSoftware.Nfield.Interviewing.Contracts.Monodroid.dll
    Syntax
    public class Answer : Object

    Constructors

    Answer()

    Declaration
    public Answer()

    Properties

    AnswerId

    This is the identifier for the answer

    Declaration
    public string AnswerId { get; set; }
    Property Value
    Type Description
    String

    Value

    The value of the answer

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    String
    In This Article
    Back to top Generated by DocFX