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.
|