InputDescriptor Class

Represents a data input used in function calculations.
Inheritance Hierarchy

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

The InputDescriptor type exposes the following members.

Constructors
  NameDescription
Public methodInputDescriptor(Guid, String, String, FunctionInputType)
Initializes a new instance of the InputDescriptor class.
Public methodInputDescriptor(Guid, String, String, FunctionInputType, Boolean)
Initializes a new instance of the InputDescriptor 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 propertyInputType
Gets the data input type.
Public propertyIsDataAlignmentRequired
Gets a value indicating whether the data input requires data alignment.
Public propertyName
Gets or sets the object name.
(Inherited from DescriptorBase.)
Top
Methods
  NameDescription
Public methodToString
Returns a string that represents the current object.
(Inherited from DescriptorBase.)
Top
Remarks
A data input is always an one-dimensional array of numeric values.
See Also