C# Class Ecologylab.BigSemantics.Actions.StripParam

Inheritance: ParamOp
Show file Open project: ecologylab/BigSemanticsCSharp

Public Methods

Method Description
StripParam ( ) : System
TransformParams ( String>.Dictionary parametersMap ) : void

Remove the parameter of the name from this from the parametersMap.

Method Details

StripParam() public method

public StripParam ( ) : System
return System

TransformParams() public method

Remove the parameter of the name from this from the parametersMap.
public TransformParams ( String>.Dictionary parametersMap ) : void
parametersMap String>.Dictionary
return void