C# Class WebUI.Controllers.FileController

Inheritance: Controller
Afficher le fichier Open project: kulish-alina/HR_Project

Protected Properties

Свойство Type Description
BOT_SERIALIZER_SETTINGS JsonSerializerSettings

Méthodes publiques

Méthode Description
FileController ( ) : System
FileController ( FileService service ) : System
GetFileName ( MultipartFileData fileData ) : string

Private Methods

Méthode Description
GetDeserializedFileName ( MultipartFileData fileData ) : string
GetUploadPath ( ) : string>.Tuple
Remove ( int id ) : IHttpActionResult
RemoveGroup ( [ fileIds ) : IHttpActionResult
Upload ( ) : Task

Method Details

FileController() public méthode

public FileController ( ) : System
Résultat System

FileController() public méthode

public FileController ( FileService service ) : System
service FileService
Résultat System

GetFileName() public méthode

public GetFileName ( MultipartFileData fileData ) : string
fileData MultipartFileData
Résultat string

Property Details

BOT_SERIALIZER_SETTINGS protected_oe static_oe property

protected static JsonSerializerSettings BOT_SERIALIZER_SETTINGS
Résultat JsonSerializerSettings