Monthly Archives: June 2008

Release 1.02.0806.17 – Introducing the EntityLinker

Writing scaffolding code to manage relationships can be quite tedious, so the EntityLinker was born.  The EntityLinker resolves and updates relationships automatically – and is more intention revealing.  Learn more about it in the user guide.

BREAKING CHANGES:

  • AddItem and RemoveItem delegates are now available in IEntityList
  • Changed IEntityList interface

Enhancements:

  • Added EntityLinker to manage entity relationships
  • Added better support for clipboard text formats
  • Added UseOptimisticLock attribute to AccessDetails class
  • Added InitialisedFrom() function to EntityList

Fixes:

  • Manual UI refreshes are now done on the UI synchronisation context
  • Added detection for IEntityList Add/Remove methods with multiple parameters
  • Removed/renamed Search Queries are removed at the end of a session
  • EntityList TreeModes are now sorted by name
  • Backing fields are only identified for concrete classes

TrueView DataBridge 1.22.0806.17

Enhancements:

  • Added support for ‘UseOptimisticLock’ attribute on properties & bags

Release 1.01.0806.08

Various updates and fixes in this release. Download it here.

Enhancements:

  • Added better clipboard text formatting
  • Lazy-loading may now access a property’s backing field directly
  • Added ‘IsGeneratedByPersistenceStore’ to PropertyAttribute
  • Added ‘hover button’ for file dialog editor
  • Added colour flash in System Messages view
  • Class library now uses large icons depending on the number of items
  • Added support for BETWEEN queries
  • AutoSave is enabled by default
  • Updated background image

Optimisations:

  • Now applies SetMaxResults to NHibernate queries
  • Limit clean-up for entities belonging to recently closed explorer

Fixes:

  • Custom Explorer now handles disposed forms
  • Corrected comments for UI Settings
  • Corrected comments for Persistence settings
  • Corrected message for ‘unit of work’ check
  • Correction in rendering editor blocks
  • Now check for null values when using FolderBrowser

TrueView DataBridge 1.21.0806.03

Fixes:

  • Corrected discriminator/where attribute

Enhancements:

  • Added support for ‘generated’ properties