Search Results for

    Show / Hide Table of Contents

    Class InterviewStatus

    The status of an interview.

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

    Constructors

    InterviewStatus()

    Declaration
    public InterviewStatus()

    Properties

    EndReason

    The end reason (response code)

    Declaration
    public int EndReason { get; set; }
    Property Value
    Type Description
    Int32

    InterviewFinished

    Interview finished status

    Declaration
    public bool InterviewFinished { get; set; }
    Property Value
    Type Description
    Boolean

    IsTestInterview

    Gets an indication whether the interview is a test interview

    Declaration
    public bool IsTestInterview { get; set; }
    Property Value
    Type Description
    Boolean

    RelocationUrl

    Indication of relocation for the interviewing website, and where to relocate

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

    StatusCode

    The InterviewStatusCode for the interview.

    Declaration
    public InterviewStatusCode StatusCode { get; set; }
    Property Value
    Type Description
    InterviewStatusCode

    StatusReason

    Additional status info.

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