C# Class BExIS.Web.Shell.Areas.DCM.Controllers.SubmitSelectAFileController

Inheritance: Controller
Datei anzeigen Open project: BEXIS2/Core

Public Methods

Method Description
GetUsernameOrDefault ( ) : string
SelectFileFromServerProcess ( string fileName ) : System.Web.Mvc.ActionResult

Selected File from server and store into BUS

SelectFileProcess ( System.Web.HttpPostedFileBase SelectFileUploader ) : System.Web.Mvc.ActionResult

Selected File store din the BUS

Private Methods

Method Description
GetDataStructureType ( ) : DataStructureType
GetServerFileList ( ) : List

read filenames from datapath/Temp/Username

IsSupportedExtention ( TaskManager taskManager ) : bool

returns true if Extention in the Bus will supported

SelectAFile ( int index ) : System.Web.Mvc.ActionResult
SelectAFile ( object data ) : System.Web.Mvc.ActionResult

Method Details

GetUsernameOrDefault() public method

public GetUsernameOrDefault ( ) : string
return string

SelectFileFromServerProcess() public method

Selected File from server and store into BUS
public SelectFileFromServerProcess ( string fileName ) : System.Web.Mvc.ActionResult
fileName string
return System.Web.Mvc.ActionResult

SelectFileProcess() public method

Selected File store din the BUS
public SelectFileProcess ( System.Web.HttpPostedFileBase SelectFileUploader ) : System.Web.Mvc.ActionResult
SelectFileUploader System.Web.HttpPostedFileBase
return System.Web.Mvc.ActionResult