Skip to content

Latest commit

 

History

History
71 lines (49 loc) · 2.62 KB

DataTypeSummary.md

File metadata and controls

71 lines (49 loc) · 2.62 KB

DataTypeSummary

Properties

Name Type Description Notes
typeValueRange TypeValueRangeEnum Indicates the range of data acceptable by a data type. The available values are: Open, Closed
id ResourceId
displayName String The display name of the data type.
description String The description of the data type.
valueType ValueTypeEnum The expected type of the values. The available values are: String, Int, Decimal, DateTime, Boolean, Map, List, PropertyArray, Percentage, Code, Id, Uri, CurrencyAndAmount, TradePrice, Currency, MetricValue, ResourceId, ResultValue, CutLocalTime, DateOrCutLabel, UnindexedText
acceptableValues List<String> The acceptable set of values for this data type. Only applies to 'open' value type range. [optional]
unitSchema UnitSchemaEnum The schema of the data type's units. The available values are: NoUnits, Basic, Iso4217Currency [optional]
acceptableUnits List<IUnitDefinitionDto> The definitions of the acceptable units. [optional]
version Version [optional]

Enum: TypeValueRangeEnum

Name Value
OPEN "Open"
CLOSED "Closed"

Enum: ValueTypeEnum

Name Value
STRING "String"
INT "Int"
DECIMAL "Decimal"
DATETIME "DateTime"
BOOLEAN "Boolean"
MAP "Map"
LIST "List"
PROPERTYARRAY "PropertyArray"
PERCENTAGE "Percentage"
CODE "Code"
ID "Id"
URI "Uri"
CURRENCYANDAMOUNT "CurrencyAndAmount"
TRADEPRICE "TradePrice"
CURRENCY "Currency"
METRICVALUE "MetricValue"
RESOURCEID "ResourceId"
RESULTVALUE "ResultValue"
CUTLOCALTIME "CutLocalTime"
DATEORCUTLABEL "DateOrCutLabel"
UNINDEXEDTEXT "UnindexedText"

Enum: UnitSchemaEnum

Name Value
NOUNITS "NoUnits"
BASIC "Basic"
ISO4217CURRENCY "Iso4217Currency"

Back to Model listBack to API listBack to README