Class ErrorMessage
Represents a possible error message
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.
Declaration
public Screen Screen { get; set; }
Property Value
Type | Description |
---|---|
Screen |