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

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

Property Value

Dictionary<string, object>

Message

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

Property Value

string

Status

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

Property Value

int?

ValidationList

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

Property Value

Dictionary<string, string>