C# 클래스 BExIS.Web.Shell.Areas.DCM.Models.UploadWizardParameters

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

공개 프로퍼티들

프로퍼티 타입 설명
DataTuples List
ErrorList List
datasetID int
datastructureID int
fileStream System.IO.Stream
isTemplate bool
selectableDatasetIds List
selectableDatastructureIds List
uploadFileBase System.Web.HttpPostedFileBase

공개 메소드들

메소드 설명
UploadWizardParameters ( ) : System.Collections.Generic

메소드 상세

UploadWizardParameters() 공개 메소드

public UploadWizardParameters ( ) : System.Collections.Generic
리턴 System.Collections.Generic

프로퍼티 상세

DataTuples 공개적으로 프로퍼티

public List DataTuples
리턴 List

ErrorList 공개적으로 프로퍼티

public List ErrorList
리턴 List

datasetID 공개적으로 프로퍼티

public int datasetID
리턴 int

datastructureID 공개적으로 프로퍼티

public int datastructureID
리턴 int

fileStream 공개적으로 프로퍼티

public Stream,System.IO fileStream
리턴 System.IO.Stream

isTemplate 공개적으로 프로퍼티

public bool isTemplate
리턴 bool

selectableDatasetIds 공개적으로 프로퍼티

public List selectableDatasetIds
리턴 List

selectableDatastructureIds 공개적으로 프로퍼티

public List selectableDatastructureIds
리턴 List

uploadFileBase 공개적으로 프로퍼티

public HttpPostedFileBase,System.Web uploadFileBase
리턴 System.Web.HttpPostedFileBase