API reference

WitParameterFilter Class

Extends Meta.Conduit.Editor.IParameterFilter
Filters out parameters of specific types.

Methods

ShouldFilterOut ( type )
Tests if a parameter type should be filtered out.
Signature
bool Meta.WitAi.Windows.WitParameterFilter.ShouldFilterOut(Type type)
Parameters
type: Type  The data type.
Returns
bool  True if the parameter type should be filtered out. False otherwise.
ShouldFilterOut ( typeName )
Signature
bool Meta.WitAi.Windows.WitParameterFilter.ShouldFilterOut(string typeName)
Parameters
typeName: string
Returns
bool