1.0.5 • Published 1 month ago

@dvelop-sdk/business-objects v1.0.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 month ago

Explore the docs »

Install via npm »

Check us out on GitHub »

A note on datatypes in OData and Javascript

D.velop BusinessObjects uses OData as data model. When working with BusinessObject Models you can refer to the propertyType-section.

BO property typeJavascript typeExample
booleanbooleantrue
stringstring"Hi it's me string"
list<string>Array"Hi", "it's", "me", "list"
guidstring"ED7BA470-8E54-465E-825C-99712043E01C"
datestring"2011-04-17"
dateTimeOffsetstring"2011-04-17T20:00:00.000Z"
singlenumber*3.14159
doublenumber*3.14159
decimalnumber*3.14159
int16number*42
int32number*42
int64number*42
bytenumber255
sBytenumber-8
binarystring"23ABFF"

* When working with numbers please mind Javascript Numbers

1.0.5

1 month ago

1.0.4

2 months ago

1.0.2

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

1.0.0-beta.5

2 years ago

1.0.0-beta.4

2 years ago

1.0.0-beta.3

2 years ago

1.0.0-beta.2

2 years ago

1.0.0-beta.1

2 years ago

1.0.0-beta.0

2 years ago

1.0.0-alpha.0

2 years ago