Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "sdk/domainmodels/attributetypes"

Index

Functions

Const humanReadableAttributeType

  • humanReadableAttributeType(attributeType: IAttributeType): string

Const isAutoNumberAttributeType

  • isAutoNumberAttributeType(attributeType: IAttributeType): attributeType is AutoNumberAttributeType

Const isBinaryAttributeType

  • isBinaryAttributeType(attributeType: IAttributeType): attributeType is BinaryAttributeType

Const isBooleanAttributeType

  • isBooleanAttributeType(attributeType: IAttributeType): attributeType is BooleanAttributeType

Const isCurrencyAttributeType

  • isCurrencyAttributeType(attributeType: IAttributeType): attributeType is CurrencyAttributeType

Const isDateTimeAttributeType

  • isDateTimeAttributeType(attributeType: IAttributeType): attributeType is DateTimeAttributeType

Const isDecimalAttributeType

  • isDecimalAttributeType(attributeType: IAttributeType): attributeType is DecimalAttributeType

Const isDecimalAttributeTypeBase

  • isDecimalAttributeTypeBase(attributeType: IAttributeType): attributeType is DecimalAttributeTypeBase

Const isEnumerationAttributeType

  • isEnumerationAttributeType(attributeType: IAttributeType): attributeType is EnumerationAttributeType

Const isFloatAttributeType

  • isFloatAttributeType(attributeType: IAttributeType): attributeType is FloatAttributeType

Const isFloatAttributeTypeBase

  • isFloatAttributeTypeBase(attributeType: IAttributeType): attributeType is FloatAttributeTypeBase

Const isHashedStringAttributeType

  • isHashedStringAttributeType(attributeType: IAttributeType): attributeType is HashedStringAttributeType

Const isIntegerAttributeType

  • isIntegerAttributeType(attributeType: IAttributeType): attributeType is IntegerAttributeType

Const isIntegerAttributeTypeBase

  • isIntegerAttributeTypeBase(attributeType: IAttributeType): attributeType is IntegerAttributeTypeBase

Const isLongAttributeType

  • isLongAttributeType(attributeType: IAttributeType): attributeType is LongAttributeType

Const isNumericAttributeTypeBase

  • isNumericAttributeTypeBase(attributeType: IAttributeType): attributeType is NumericAttributeTypeBase

Const isStringAttributeType

  • isStringAttributeType(attributeType: IAttributeType): attributeType is StringAttributeType

Generated using TypeDoc