DescriptorBase Class

Base class for descriptor objects.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.MetadataDescriptorBase
    More

Namespace: Dundas.BI.Data.Metadata
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public abstract class DescriptorBase

The DescriptorBase type exposes the following members.

Properties
 NameDescription
Public propertyDescription Gets or sets the object description.
Public propertyId Gets the object ID.
Public propertyName Gets or sets the object name.
Top
Methods
 NameDescription
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also
Inheritance Hierarchy