Method ContainsValidSupportedType
ContainsValidSupportedType(out SectionDefinitionError)
Determines whether the field type is supported.
public override bool ContainsValidSupportedType(out SectionDefinitionError error)
Parameters
error
SectionDefinitionErrorThe error if the field type is not supported, otherwise null.
Returns
- bool
true
if the field type is supported; otherwise,false
.