Table of Contents

Class FormFileInfo

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

Constructors

FormFileInfo()

public FormFileInfo()

Properties

Content

public FormFileContent Content { get; set; }

Property Value

FormFileContent

Deleted

public bool Deleted { get; set; }

Property Value

bool

FileName

public string FileName { get; }

Property Value

string

IsInMemory

public bool IsInMemory { get; }

Property Value

bool

IsRenamed

public bool IsRenamed { get; set; }

Property Value

bool

OldName

public string OldName { get; set; }

Property Value

string