Table of Contents

Class FormLetter<T>

Namespace
JJMasterData.Core.DataManager.Models
Assembly
JJMasterData.Core.dll
public class FormLetter<T> : FormLetter

Type Parameters

T
Inheritance
FormLetter<T>
Inherited Members

Constructors

FormLetter(Dictionary<string, string>)

public FormLetter(Dictionary<string, string> errors)

Parameters

errors Dictionary<string, string>

Properties

Result

public T? Result { get; set; }

Property Value

T