Method ContainsValidSupportedType
ContainsValidSupportedType()
Determines whether the specified type in FieldType is a supported type.
public bool ContainsValidSupportedType()
Returns
- bool
true
if the specified type is supported; otherwise,false
.
ContainsValidSupportedType(out SectionDefinitionError)
Determines whether the specified type in FieldType is a supported type.
public virtual bool ContainsValidSupportedType(out SectionDefinitionError error)
Parameters
error
SectionDefinitionErrorThe error message in case the type is unsupported; otherwise null.
Returns
- bool
true
if the specified type is supported; otherwise,false
.