Typed Data aka ITypedItem
In 2sxc 16 we introduced a new way to work with data, which is much more strong-typed. The objects you will then work with are either
ITypedItem
which is a wrapper around anIEntity
ITyped
which is a wrapper around other objects which need to be accessed dynamicallyIFile
IFolder
- etc.
Note
These docs are still being written. Please be patient.
Things which need documentation
- Use of the now API
- Differences to the old API / gotchas
- Working with strict / required properties/fields
- Working with files etc.
- Special actions such as Attribute(), Html(), Picture(), etc.
- MySettings / MyResources / App.Settings, App.Resources
- MyContext, MyPage, etc.
- Use Kit.Data... to get DataSources etc.
- Improve the "Where data comes from"
- maybe: configuration data?
History
- Introduced in 2sxc v16