core/src/Model/Types
Madeorsk 1c3c87a4a6 Architecture simplification: stop using decorators which adds unnecessary complexity and some compilation bugs.
+ Add a property definition class.
+ Add some definition functions on models, which have to be redefined when implementing a new model.
- Remove decorators.
2022-11-01 19:13:21 +01:00
..
ArrayType.ts Fix array serializeDiff and resetDiff for null or undefined values. 2022-10-16 01:31:17 +02:00
BoolType.ts Add bool type and README improvements. 2022-09-18 19:47:38 +02:00
DateType.ts Add type Date. 2022-09-18 19:28:18 +02:00
DecimalType.ts Add type Date. 2022-09-18 19:28:18 +02:00
ModelType.ts Architecture simplification: stop using decorators which adds unnecessary complexity and some compilation bugs. 2022-11-01 19:13:21 +01:00
NumericType.ts Sharkitek base: model class and basic types dans behaviors. 2022-08-01 14:30:19 +02:00
StringType.ts Sharkitek base: model class and basic types dans behaviors. 2022-08-01 14:30:19 +02:00
Type.ts Sharkitek base: model class and basic types dans behaviors. 2022-08-01 14:30:19 +02:00