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
IsValid
public bool IsValid { get; }
Property Value
NumberOfRowsAffected
public int NumberOfRowsAffected { get; set; }
Property Value
UrlRedirect
public string? UrlRedirect { get; set; }