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

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

Private Properties

Property Type Description

Public Methods

Method Description
FileInfo ( ) : Newtonsoft.Json
FileInfo ( uint fileId, System.Guid objectGUID, uint parentId, uint destinationId, string fileName, string originalFileName, string folderPath, System.DateTime fileDateCreated, string basePath, string stringFormat, System.DateTime accessProviderDateCreated, string token, uint formatId, string formatName, string formatXML, string mimeType, uint formatCategoryId, string formatCategoryName, uint formatTypeId, string formatTypeName ) : Newtonsoft.Json
FileInfo ( uint fileId, System.Guid objectGUID, uint parentId, uint destinationId, string fileName, string originalFileName, string folderPath, System.DateTime fileDateCreated, string basePath, string stringFormat, System.DateTime accessProviderDateCreated, string token, uint formatId, string formatName, string formatXML, string mimeType, uint formatCategoryId, string formatCategoryName, uint formatTypeId, string formatTypeName, UUID sessionGUID ) : Newtonsoft.Json

Method Details

FileInfo() public method

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

FileInfo() public method

public FileInfo ( uint fileId, System.Guid objectGUID, uint parentId, uint destinationId, string fileName, string originalFileName, string folderPath, System.DateTime fileDateCreated, string basePath, string stringFormat, System.DateTime accessProviderDateCreated, string token, uint formatId, string formatName, string formatXML, string mimeType, uint formatCategoryId, string formatCategoryName, uint formatTypeId, string formatTypeName ) : Newtonsoft.Json
fileId uint
objectGUID System.Guid
parentId uint
destinationId uint
fileName string
originalFileName string
folderPath string
fileDateCreated System.DateTime
basePath string
stringFormat string
accessProviderDateCreated System.DateTime
token string
formatId uint
formatName string
formatXML string
mimeType string
formatCategoryId uint
formatCategoryName string
formatTypeId uint
formatTypeName string
return Newtonsoft.Json

FileInfo() public method

public FileInfo ( uint fileId, System.Guid objectGUID, uint parentId, uint destinationId, string fileName, string originalFileName, string folderPath, System.DateTime fileDateCreated, string basePath, string stringFormat, System.DateTime accessProviderDateCreated, string token, uint formatId, string formatName, string formatXML, string mimeType, uint formatCategoryId, string formatCategoryName, uint formatTypeId, string formatTypeName, UUID sessionGUID ) : Newtonsoft.Json
fileId uint
objectGUID System.Guid
parentId uint
destinationId uint
fileName string
originalFileName string
folderPath string
fileDateCreated System.DateTime
basePath string
stringFormat string
accessProviderDateCreated System.DateTime
token string
formatId uint
formatName string
formatXML string
mimeType string
formatCategoryId uint
formatCategoryName string
formatTypeId uint
formatTypeName string
sessionGUID UUID
return Newtonsoft.Json