Interface | Description |
---|---|
TypeFromGeneric<K,T> |
The generic interface which can convert from one type to another type.
|
Class | Description |
---|---|
DerivedFromSinglePropertyType<K,T> |
Convenient class which one Property<K> is used to derived to Type <T>.
|
DerivedFromTypePropertyType<K,T> |
A convenience implementation of DerivedPropertyType where it is dependent on one property, and has an implementation which can convert it.
|
DerivedPropertyType<T> |
An abstract and readonly PropertyType, where the resulting type is dependent on other Property values.
|