Table of Contents

Class ResponseLetter

Namespace
JJMasterData.Commons.Data.Entity.Models
Assembly
JJMasterData.Commons.dll
public class ResponseLetter
Inheritance
ResponseLetter
Inherited Members

Constructors

ResponseLetter()

public ResponseLetter()

ResponseLetter(string)

public ResponseLetter(string message)

Parameters

message string

Properties

Data

[JsonPropertyName("data")]
public Dictionary<string, object> Data { get; set; }

Property Value

Dictionary<string, object>

Message

[JsonPropertyName("message")]
public string Message { get; set; }

Property Value

string

Status

[JsonPropertyName("status")]
public int? Status { get; set; }

Property Value

int?

ValidationList

[JsonPropertyName("validationList")]
public Dictionary<string, string> ValidationList { get; set; }

Property Value

Dictionary<string, string>