DhObjectDataSource Class

DhObjectDataSource Class

This Package | All Packages

DhObjectFactory
  |
  +--DhObjectDataSource
public class DhObjectDataSource
extends DhObjectFactory

Provides encapsulation of data source objects in <OBJECT> tags.

Constructors
Name Description
DhObjectDataSource() Constructs a DhObjectDataSource object.
DhObjectDataSource( _Guid iid ) Constructs a DhObjectDataSource object.

Methods
Name Description
dataSource() Retrieves the DhDataSource member for this object.

Constructors

DhObjectDataSource.DhObjectDataSource

Syntax 1
public DhObjectDataSource();
Description

Constructs a DhObjectDataSource object.



Syntax 2
public DhObjectDataSource( _Guid iid );
Parameters
iid
A _Guid object initialized with the GUID class identifer for this data source object.
Description

Constructs a DhObjectDataSource object. This is a one-step construction with _Guid for object instantiation.

Methods

DhObjectDataSource.dataSource

Syntax
public DhDataSource dataSource();
Return Value

Returns the data source member.

Description

Retrieves the DhDataSource member for this object.