Method ContainsValidSupportedType
ContainsValidSupportedType(out SectionDefinitionError)
Determines whether the specified type in FieldType is a supported type.
public override bool ContainsValidSupportedType(out SectionDefinitionError error)
Parameters
errorSectionDefinitionErrorThe section definition error.
Returns
- bool
trueif the specified type is supported; otherwise,false.
Remarks
If the type is supported, error is null.