API reference
API reference
Select your platform
No SDKs available
No versions available

IParameterFilter Interface

Filters out parameters of specific types.

Overview

Public Member Functions

bool
ShouldFilterOut
( Type type )
Tests if a parameter type should be filtered out.
bool
ShouldFilterOut
( string typeName )
Tests if a parameter type should be filtered out.

Details

Member Functions

bool Meta.Conduit.Editor.IParameterFilter.ShouldFilterOut
( Type type )
Tests if a parameter type should be filtered out.
Parameters
type
The data type.
Returns
True if the parameter type should be filtered out. False otherwise.
bool Meta.Conduit.Editor.IParameterFilter.ShouldFilterOut
( string typeName )
Tests if a parameter type should be filtered out.
Parameters
typeName
The name of the data type.
Returns
True if the parameter type should be filtered out. False otherwise.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon