C# Class Dev2.Session.Dev2StudioSessionBroker

Inheritance: IDev2StudioSessionBroker
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

GetXMLForInputs() public méthode

public GetXMLForInputs ( IDataListModel dataListModel ) : string
dataListModel IDataListModel
Résultat string

InitDebugSession() public méthode

Init the Debug Session
public InitDebugSession ( DebugTO to ) : DebugTO
to DebugTO
Résultat DebugTO

PersistDebugSession() public méthode

Save the debug session data
public PersistDebugSession ( DebugTO to ) : DebugTO
to DebugTO
Résultat DebugTO