C# Class Dev2.Session.Dev2StudioSessionBroker

Inheritance: IDev2StudioSessionBroker
显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GetXMLForInputs ( IDataListModel dataListModel ) : string
InitDebugSession ( DebugTO to ) : DebugTO

Init the Debug Session

PersistDebugSession ( DebugTO to ) : DebugTO

Save the debug session data

Private Methods

Method Description
BootstrapPersistence ( string baseDir ) : void
DoRecordSetAppending ( IRecordSet recordSet, StringBuilder result ) : void
DoScalarAppending ( StringBuilder result, IScalar val ) : void
InitPersistSettings ( ) : void

Boot strap the Session

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetXMLForInputs() public method

public GetXMLForInputs ( IDataListModel dataListModel ) : string
dataListModel IDataListModel
return string

InitDebugSession() public method

Init the Debug Session
public InitDebugSession ( DebugTO to ) : DebugTO
to DebugTO
return DebugTO

PersistDebugSession() public method

Save the debug session data
public PersistDebugSession ( DebugTO to ) : DebugTO
to DebugTO
return DebugTO