@breadstone/ziegel-platform
Classes
| Class | Description |
|---|---|
| ActivationFailedException | - |
| ArrayTypeConverter | Converts the incoming value in an array, unless the provided value is an array. |
| BooleanTypeConverter | Converts the incoming value in a boolean. |
| CacheRegistrar | A in-memory cache for values. |
| Converts the incoming value in a CSS pixel value. | |
| CultureProvider | - |
| DateAdapter | - |
| DateTimeDateAdapter | - |
| FunctionTypeConverter | Converts the incoming value into a function, unless the provided value is a function. |
| IntervalAggregator | - |
| NamedObject | - |
| NullableTypeConverter | Converts the incoming value in an array, unless the provided value is an array. |
| NumberTypeConverter | Coerces the incoming value in a number. |
| ObjectFactory | - |
| OptionalTypeConverter | Converts the incoming value in an array, unless the provided value is an array. |
| ReactiveCacheRegistrar | A in-memory cache for values with change detection. |
| ReactiveCultureProvider | - |
| StringTypeConverter | Converts the incoming value in to a string. |
| TypeConverterDoNothing | - |
| TypeConverterException | - |
| TypeConverters | A collection a all available type converters. |
| ValuedObject | The ValuedObject class. |
| WeakCacheRegistrar | A in-memory weak cache for values. |
Interfaces
| Interface | Description |
|---|---|
| ICacheRegistrar | Represents a in-memory cache for values. |
| ICultureProvider | - |
| IDateAdapter | - |
| IInitializable | Represents a initializable object. |
| IIntervalAction | - |
| IIntervalAggregator | - |
| INotifyPropertyChanged | - |
| IObjectFactory | - |
| IReactiveCacheRegistrar | Represents a reactive in-memory cache for values with change detection. |
| IReactiveCultureProvider | - |
| IStartable | - |
| IStopable | - |
| ITypeConverter | Converts the value of an object into a different data type. |
| ITypeConverterResolverFunc | Resolves a type converter. |
Type Aliases
| Type Alias | Description |
|---|---|
| ReactiveCacheChangedReason | - |
| StartOfWeek | - |
Variables
| Variable | Description |
|---|---|
| ReactiveCacheChangedReason | - |
| TYPE_CONVERTER_DO_NOTHING | Standard type converter do nothing. |
Functions
| Function | Description |
|---|---|
| isNamedObject | - |
| isValuedObject | - |
| Notify | A decorator that handle property changes and calls the corresponding change method. The default callback name is the property name concatinated with the changed keyword |
| TypeConverter | A decorator that handle a property to do set automatically with a ITypeConverter Decoration usage as PropertyDecorator. |