Omb.Domain Namespace > TemplateMgr Class : ProcessUploadFilesWorksheet Method |
[Visual Basic]
Protected Overridable Sub ProcessUploadFilesWorksheet( _
ByVal xls As XlsFileMgr, _
ByVal experiment As ID, _
ByVal manufacturer As ID, _
ByVal arrayDesign As ID, _
ByVal scanner As ID, _
ByVal software As ID, _
ByVal sc As SecurityContext, _
ByRef fileBarcodeMap As MapStringToString _
)
[C#]
protected virtual void ProcessUploadFilesWorksheet(
XlsFileMgr xls,
ID experiment,
ID manufacturer,
ID arrayDesign,
ID scanner,
ID software,
SecurityContext sc,
out MapStringToString fileBarcodeMap
);
[C++]
protected: virtual void ProcessUploadFilesWorksheet(
XlsFileMgr* xls,
ID experiment,
ID manufacturer,
ID arrayDesign,
ID scanner,
ID software,
SecurityContext* sc,
[PARAMFLAG::Out] MapStringToString* fileBarcodeMap
)
[C++/CLI]
protected:
virtual void ProcessUploadFilesWorksheet(
XlsFileMgr^ xls,
ID experiment,
ID manufacturer,
ID arrayDesign,
ID scanner,
ID software,
SecurityContext^ sc,
[Out] MapStringToString^ fileBarcodeMap
)
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
TemplateMgr Class | TemplateMgr Members
© 2009 Medical College of Georgia. All Rights Reserved.