Skip to content
@breadstone/ziegel-platform Auto-generated

@breadstone/ziegel-platform

Classes

ClassDescription
ActivationFailedException-
ArrayTypeConverterConverts the incoming value in an array, unless the provided value is an array.
BooleanTypeConverterConverts the incoming value in a boolean.
CacheRegistrarA in-memory cache for values.
CssPixelTypeConverterConverts the incoming value in a CSS pixel value.
CultureProvider-
DateAdapter-
DateTimeDateAdapter-
FunctionTypeConverterConverts the incoming value into a function, unless the provided value is a function.
IntervalAggregator-
NamedObject-
NullableTypeConverterConverts the incoming value in an array, unless the provided value is an array.
NumberTypeConverterCoerces the incoming value in a number.
ObjectFactory-
OptionalTypeConverterConverts the incoming value in an array, unless the provided value is an array.
ReactiveCacheRegistrarA in-memory cache for values with change detection.
ReactiveCultureProvider-
StringTypeConverterConverts the incoming value in to a string.
TypeConverterDoNothing-
TypeConverterException-
TypeConvertersA collection a all available type converters.
ValuedObjectThe ValuedObject class.
WeakCacheRegistrarA in-memory weak cache for values.

Interfaces

InterfaceDescription
ICacheRegistrarRepresents a in-memory cache for values.
ICultureProvider-
IDateAdapter-
IInitializableRepresents a initializable object.
IIntervalAction-
IIntervalAggregator-
INotifyPropertyChanged-
IObjectFactory-
IReactiveCacheRegistrarRepresents a reactive in-memory cache for values with change detection.
IReactiveCultureProvider-
IStartable-
IStopable-
ITypeConverterConverts the value of an object into a different data type.
ITypeConverterResolverFuncResolves a type converter.

Type Aliases

Type AliasDescription
ReactiveCacheChangedReason-
StartOfWeek-

Variables

VariableDescription
ReactiveCacheChangedReason-
TYPE_CONVERTER_DO_NOTHINGStandard type converter do nothing.

Functions

FunctionDescription
isNamedObject-
isValuedObject-
NotifyA decorator that handle property changes and calls the corresponding change method. The default callback name is the property name concatinated with the changed keyword
TypeConverterA decorator that handle a property to do set automatically with a ITypeConverter Decoration usage as PropertyDecorator.

Released under the MIT License.