Method ContainsValidSupportedType
ContainsValidSupportedType()
Determines whether the specified type in FieldType is a supported type.
public bool ContainsValidSupportedType()
Returns
- bool
trueif 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
errorSectionDefinitionErrorThe error message in case the type is unsupported; otherwise null.
Returns
- bool
trueif the specified type is supported; otherwise,false.