MultiInputOperation.ClearInputs Method

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Abstract Namespace > MultiInputOperation Class > MultiInputOperation Methods >

MultiInputOperation.ClearInputs Method

Clears all input data and executes the associated operation.

Namespace: BNCS.Logic.Abstract
Assembly:  BNCS.Logic (in BNCS.Logic.dll)

 

Syntax


public void ClearInputs()

 

Remarks


This method clears the contents of the 'inputs' collection and then calls the 'Execute' method to perform any necessary operations after clearing the inputs.

 

See Also


MultiInputOperation Class

BNCS.Logic.Abstract Namespace