Search Results for

    Show / Hide Table of Contents

    Class InterviewStatusCode

    Status of the interview.

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

    Fields

    Completed

    OK, interview has completed

    Declaration
    public const InterviewStatusCode Completed
    Field Value
    Type Description
    InterviewStatusCode

    Continue

    All is OK, interview continues

    Declaration
    public const InterviewStatusCode Continue
    Field Value
    Type Description
    InterviewStatusCode

    Error

    An error occured.

    Declaration
    public const InterviewStatusCode Error
    Field Value
    Type Description
    InterviewStatusCode

    None

    Non result (unused)

    Declaration
    public const InterviewStatusCode None
    Field Value
    Type Description
    InterviewStatusCode

    Redirect

    A redirect occurred.

    Declaration
    public const InterviewStatusCode Redirect
    Field Value
    Type Description
    InterviewStatusCode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    Int32
    In This Article
    Back to top Generated by DocFX