C# 클래스 BExIS.Web.Shell.Areas.DCM.Controllers.SubmitSelectAFileController

상속: Controller
파일 보기 프로젝트 열기: BEXIS2/Core

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

GetUsernameOrDefault() 공개 메소드

public GetUsernameOrDefault ( ) : string
리턴 string

SelectFileFromServerProcess() 공개 메소드

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

SelectFileProcess() 공개 메소드

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