GeoEco.Types.UnicodeStringHiddenTypeMetadata
- class GeoEco.Types.UnicodeStringHiddenTypeMetadata(stripWhitespace=True, makeLowercase=False, makeUppercase=False, minLength=1, maxLength=2147483647, mustMatchRegEx=None, canBeNone=False, allowedValues=None, arcGISType='ESRI.ArcGIS.Geoprocessing.GPStringHiddenTypeClass', arcGISAssembly='ESRI.ArcGIS.Geoprocessing', canBeArcGISInputParameter=True, canBeArcGISOutputParameter=True)
Bases:
UnicodeStringTypeMetadataMetadata specifying that a value must be a
str, a Unicode string, that should not be displayed (e.g. because it is a password).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 MakeLowercase
None
- property MakeUppercase
None
- property MaxLength
None
- property MinLength
None
- property MustMatchRegEx
None
- property PythonType
None
- property PythonTypeDescription
None
- property SphinxMarkup
None
- property StripWhitespace
None
Methods