C# Class Chaos.Mcm.Data.Dto.File

Inheritance: Chaos.Portal.Core.Data.Model.AResult
Mostra file Open project: CHAOS-Community/CHAOS.Portal.MCM Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
File ( ) : Newtonsoft.Json
File ( uint id, uint parentID, System.Guid objectGuid, string filename, string originalFilename, uint formatID, string folderPath ) : Newtonsoft.Json

Method Details

File() public method

public File ( ) : Newtonsoft.Json
return Newtonsoft.Json

File() public method

public File ( uint id, uint parentID, System.Guid objectGuid, string filename, string originalFilename, uint formatID, string folderPath ) : Newtonsoft.Json
id uint
parentID uint
objectGuid System.Guid
filename string
originalFilename string
formatID uint
folderPath string
return Newtonsoft.Json