Symphony Framework
DataObjectBase Class
Members 
Symphony.Conductor.Model Namespace : DataObjectBase Class
This base abstract class should be extended by all Data Object classes. It contains the base requirements that enable the Symphony Framework to enable communications between the Synergy.NET WPF and UW user interface and the controlling Synergy application.
Syntax
[DefaultMember("Item")]
public abstract class DataObjectBase 
Remarks
This base class defines the core elemnts of the code-generated data objects.
Inheritance Hierarchy

System.Object
   Symphony.Conductor.Model.DataObjectBase
      Symphony.Harmony.Model.BooleanResponse_Data
      Symphony.Harmony.Model.IntResponse_Data
      Symphony.Harmony.Model.Matrix_Data
      Symphony.Harmony.Model.Pulse_Data
      Symphony.Harmony.Model.StringResponse_Data

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataObjectBase Members
Symphony.Conductor.Model Namespace