

.NET Proxy › .NET Proxy Interface › View Objects
View Objects
One of the areas where the .NET Proxy has improved over the previous generation of proxy technology is in handling of the view data. Previous proxy technology used a flat view of data. This prevented easy manipulation by developers, as there were no row or column operations, no cloning, and no state reuse. Now, the view data is generated into Import and Export Objects. Some benefits of the functionality built into the view objects include:
- Comprehensive-View data and system data together.
- Hierarchical-More intuitive access paths to the data.
- Object-oriented-Allows more sophisticated manipulation of the data.
- Serializable-Allows object state to be saved and restored.
- No Runtime-Allows easier transmission/distribution/serialization.
- Data Validation-(Immediate) Keeps view always in a consistent state.
- Cloneable-Built-in support for cloning.
- Resetable-Multi-level reset ability gives greater control.
- GroupView Support-Allows row-level operations or manipulations.
Copyright © 2015 CA Technologies.
All rights reserved.
 
|
|