Namespace Workspace.__WsNamespacePrefix.__WsAssemblyName
Public Class _0_01_SF
Implements IWsAssemblyServiceFactory
Public Function CreateWsAssemblyServiceInstance(ByVal si As SessionInfo, ByVal globals As BRGlobals, ByVal workspace As DashboardWorkspace, ByVal wsasType As WsAssemblyServiceType, ByVal itemName As String) As IWsAssemblyServiceBase Implements IWsAssemblyServiceFactory.CreateWsAssemblyServiceInstance
Try
Select Case wsasType
Case Is = WsAssemblyServiceType.Component
'Return New WsasComponent()
Case Is = WsAssemblyServiceType.Dashboard
'Return New WsasDashboard()
Case Is = WsAssemblyServiceType.DataManagementStep
Return New Delete_Batch_Folders_Ex_S()
Return New Delete_Dim_Members_Ex_S()
Return New Direct_WF_Cube_Ex_S()
Case Is = WsAssemblyServiceType.DataSet
'Return New WsasDataSet()
Case Is = WsAssemblyServiceType.DynamicDashboards
'Return New WsasDynamicDashboards()
Case Is = WsAssemblyServiceType.FinanceCore
'Return New WsasFinanceCore()
Case Is = WsAssemblyServiceType.FinanceCustomCalculate
Return New Act_Copy_Scenario_Fin()
Case Is = WsAssemblyServiceType.FinanceGetDataCell
'Return New WsasFinanceGetDataCell()
Case Is = WsAssemblyServiceType.FinanceMemberLists
'Return New WsasFinanceMemberLists()
Case Is = WsAssemblyServiceType.SqlTableEditor
'Return New WsasSqlTableEditor()
Case Is = WsAssemblyServiceType.TableView
'Return New WsasTableView()
Case Is = WsAssemblyServiceType.XFBRString
'Return New WsasXFBRString()
Case Else
Return Nothing
End Select
Return Nothing
Catch ex As Exception
Throw New XFException(si, ex)
End Try
End Function
End Class
End Namespace