Table of Contents

you are here (click to zoom) - discover the stack

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

  1. ITypedItem which is a wrapper around an IEntity
  2. ITyped which is a wrapper around other objects which need to be accessed dynamically
  3. IFile
  4. IFolder
  5. etc.
Note

These docs are still being written. Please be patient.

Things which need documentation

  1. Use of the now API
  2. Differences to the old API / gotchas
  3. Working with strict / required properties/fields
  4. Working with files etc.
  5. Special actions such as Attribute(), Html(), Picture(), etc.
  6. MySettings / MyResources / App.Settings, App.Resources
  7. MyContext, MyPage, etc.
  8. Use Kit.Data... to get DataSources etc.
  9. Improve the "Where data comes from"
  10. maybe: configuration data?

History

  1. Introduced in 2sxc v16