C# Class Dev2.Activities.Debug.DebugItemStaticDataParams

Inheritance: DebugOutputBase
Show file Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
DebugItemStaticDataParams ( string value, string labelText ) : System.Collections.Generic
DebugItemStaticDataParams ( string value, string variable, string labelText ) : System.Collections.Generic
DebugItemStaticDataParams ( string value, string variable, string labelText, string operand ) : System.Collections.Generic
GetDebugItemResult ( ) : List

Method Details

DebugItemStaticDataParams() public method

public DebugItemStaticDataParams ( string value, string labelText ) : System.Collections.Generic
value string
labelText string
return System.Collections.Generic

DebugItemStaticDataParams() public method

public DebugItemStaticDataParams ( string value, string variable, string labelText ) : System.Collections.Generic
value string
variable string
labelText string
return System.Collections.Generic

DebugItemStaticDataParams() public method

public DebugItemStaticDataParams ( string value, string variable, string labelText, string operand ) : System.Collections.Generic
value string
variable string
labelText string
operand string
return System.Collections.Generic

GetDebugItemResult() public method

public GetDebugItemResult ( ) : List
return List