Table of Contents

Class ImportViewModel

Namespace
JJMasterData.Web.Areas.DataDictionary.Models
Assembly
JJMasterData.Web.dll
public sealed record ImportViewModel : IEquatable<ImportViewModel>
Inheritance
ImportViewModel
Implements
Inherited Members

Constructors

ImportViewModel(string)

public ImportViewModel(string UploadAreaHtml)

Parameters

UploadAreaHtml string

Properties

UploadAreaHtml

public string UploadAreaHtml { get; init; }

Property Value

string