Table of Contents

Class FormLetter

Namespace
JJMasterData.Core.DataManager.Models
Assembly
JJMasterData.Core.dll
public class FormLetter
Inheritance
FormLetter
Derived
Inherited Members

Constructors

FormLetter(Dictionary<string, string>)

public FormLetter(Dictionary<string, string> errors)

Parameters

errors Dictionary<string, string>

Properties

Errors

public Dictionary<string, string> Errors { get; set; }

Property Value

Dictionary<string, string>

IsValid

public bool IsValid { get; }

Property Value

bool

NumberOfRowsAffected

public int NumberOfRowsAffected { get; set; }

Property Value

int

UrlRedirect

public string? UrlRedirect { get; set; }

Property Value

string