FunctionData Class | 
Namespace: Dundas.BI.WebApi.Models
The FunctionData type exposes the following members.
| Name | Description | |
|---|---|---|
| FunctionData | 
            Initializes a new instance of the FunctionData class.
              | 
| Name | Description | |
|---|---|---|
| AlignmentCategory | 
            Gets the alignment option for the current function.
              | |
| CategoryName | 
            Gets the function category name.
              | |
| DataInputs | 
            Gets all the data inputs for the current function.
              | |
| Description | 
            Gets or sets the object description.
              | |
| HelpUri | 
            Gets a URI to a web page which provides documentation about the function.
              | |
| IsCommon | 
            Gets a value indicating whether the function should appear in the list of common functions.
              | |
| IsDataInputAligned | 
            Gets a value indicating whether the current instance requires that the data inputs are following alignment rules.
              | |
| IsDataInputHierarchyAligned | 
            Gets a value indicating whether the current instance requires that the data inputs are aligned based on a specified hierarchy values.
              | |
| IsExplicitAlignmentRequired | 
            Gets a value indicating whether this instance requires explicit alignment.
              | |
| Name | 
            Gets or sets the object name.
              | |
| Settings | 
            Gets all the current instance settings.
              | |
| Symbol | 
            Gets the minimum 3 character string symbol for the function.
              | |
| UIClassName | 
            Gets or sets the name of the UI class (used for auto de-serialization).
              (Inherited from BaseDataContract.) | 
| Name | Description | |
|---|---|---|
| ToDataContractMappings | 
            The mapping between FunctionDefinition and FunctionData.
              |