Rich object model
WebUI Framework consists of rich class libraries, interfaces and common methods
that are accessible to all high-end components that derive from it. Every derived
component will automatically implements the standard interfaces, such as: IXmlSerialize
, IObjectState , ICloneable, and many more.
The end result is a truly consistent object model among all derived components (named
WebUI Studio for ASP.NET family), which have various public methods exposed automatically,
such as: Copy, CopyFrom, Clone, and many more.
With the rich object model, developers have granular control over each object and
have the ability to manipulate objects easily, such as copying from one instance
to another, cloning and so on. The consistency of the object model marks a new leap
in component industry where developers have more confidence in long-term investment
of Intersoft's components.