Class FormFileInfo
- Namespace
- JJMasterData.Core.DataManager.Models
- Assembly
- JJMasterData.Core.dll
public class FormFileInfo
- Inheritance
-
FormFileInfo
- Inherited Members
-
Constructors
Properties
Content
public FormFileContent Content { get; set; }
Property Value
- FormFileContent
public bool Deleted { get; set; }
Property Value
- bool
public string FileName { get; }
Property Value
- string
public bool IsInMemory { get; }
Property Value
- bool
public bool IsRenamed { get; set; }
Property Value
- bool
public string OldName { get; set; }
Property Value
- string