ResultDescriptor Class

Represents a function result definition.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.MetadataDescriptorBase
    Dundas.BI.Data.FunctionsResultDescriptor

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

The ResultDescriptor type exposes the following members.

Constructors
 NameDescription
Public methodResultDescriptor(Guid, String, String, String, PlacementPosition) Initializes a new instance of the ResultDescriptor class.
Public methodResultDescriptor(Guid, String, String, FunctionResultType, Boolean, String) Initializes a new instance of the ResultDescriptor class.
Public methodResultDescriptor(Guid, String, String, String, FunctionResultType, Boolean, String) Initializes a new instance of the ResultDescriptor class.
Top
Properties
 NameDescription
Public propertyDescription Gets or sets the object description.
(Inherited from DescriptorBase)
Public propertyId Gets the object ID.
(Inherited from DescriptorBase)
Public propertyIndex Gets the result index.
Public propertyIsDataAlignmentRequired Gets a value indicating whether the result data requires alignment.
Public propertyName Gets or sets the object name.
(Inherited from DescriptorBase)
Public propertyPlacement Gets the suggested placement, when the result is a function generated hierarchy.
Public propertyPreferredFormat Gets the preferred format for the current result.
Public propertyResultType Gets the result type.
Public propertySymbol Gets the string symbol for the formula result.
Top
Methods
 NameDescription
Public methodToStringReturns a string that represents the current object.
(Inherited from DescriptorBase)
Top
See Also