C# Class BExIS.Web.Shell.Areas.DCM.Models.SelectFileViewModel

Show file Open project: BEXIS2/Core Class Usage Examples

Public Properties

Property Type Description
DataStructureType DataStructureType
ErrorList List
SelectedFileName String
SelectedServerFileName String
SupportedFileExtentions List
file System.Web.HttpPostedFileBase
fileStream Stream
serverFileList List

Property Details

DataStructureType public property

public DataStructureType DataStructureType
return DataStructureType

ErrorList public property

public List ErrorList
return List

SelectedFileName public property

public String SelectedFileName
return String

SelectedServerFileName public property

public String SelectedServerFileName
return String

SupportedFileExtentions public property

public List SupportedFileExtentions
return List

file public property

public HttpPostedFileBase,System.Web file
return System.Web.HttpPostedFileBase

fileStream public property

public Stream fileStream
return Stream

serverFileList public property

public List serverFileList
return List