Search Results for

    Show / Hide Table of Contents

    Class ErrorMessage

    Represents a possible error message

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

    Constructors

    ErrorMessage()

    Declaration
    public ErrorMessage()

    Properties

    Id

    The ID

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

    MessageFormat

    The format for the error message

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

    Screen

    The Screen on which the error should be displayed. This property is not transferred, but should be determined when deserializing the result.

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