DescriptorBase Constructor (Guid, String, String)

Initializes a new instance of the DescriptorBase class.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
protected DescriptorBase(
	Guid objectId,
	string objectName,
	string objectDescription
)

Parameters

objectId
Type: SystemGuid
The object ID.
objectName
Type: SystemString
Name of the object.
objectDescription
Type: SystemString
The object description.
See Also