API reference

IParameterFilter Interface

Filters out parameters of specific types.

Methods

ShouldFilterOut ( type )
Tests if a parameter type should be filtered out.
Signature
bool Meta.Conduit.Editor.IParameterFilter.ShouldFilterOut(Type type)
Parameters
type: Type  The data type.
Returns
bool  True if the parameter type should be filtered out. False otherwise.
ShouldFilterOut ( typeName )
Tests if a parameter type should be filtered out.
Signature
bool Meta.Conduit.Editor.IParameterFilter.ShouldFilterOut(string typeName)
Parameters
typeName: string  The name of the data type.
Returns
bool  True if the parameter type should be filtered out. False otherwise.