GeoEco.Types.DictionaryTypeMetadata

class GeoEco.Types.DictionaryTypeMetadata(keyType, valueType, minLength=0, maxLength=2147483647, pythonType=<class 'dict'>, canBeNone=False, sphinxMarkup=None)

Bases: TypeMetadata

Metadata specifying that a value must be a dict, a dictionary that maps keys to values.

Properties

property AllowedValues

None

property ArcGISAssembly

None

property ArcGISDataTypeDict

None

property ArcGISDomainDict

None

property ArcGISType

None

property CanBeArcGISInputParameter

None

property CanBeArcGISOutputParameter

None

property CanBeNone

None

property KeyType

None

property MaxLength

None

property MinLength

None

property PythonType

None

property PythonTypeDescription

None

property SphinxMarkup

None

property ValueType

None

Methods

DependenciesAreNeededForValue

GetArcGISOutputParameterStringForValue

GetConstraintDescriptionStrings

ParseValueFromArcGISInputParameterString

ValidateValue