DimensionProviderBase Interface [AX 2012]

interface DimensionProviderBase

Run On

Called

  MethodDescription
Gg736147.pubmethod(en-us,AX.60).gif addAttributeFilterToQuery Adds the appropriate joins and filters to a query to filter results by a specific dimension attribute and value.
Gg736147.pubmethod(en-us,AX.60).gif addAttributeRangeToQuery Adds the appropriate joins and ranges to a query to filter results by a specific dimension attribute and value.
Gg736147.pubmethod(en-us,AX.60).gif addDataSourceToQuery Adds the appropriate joins to the query to pivot the specified dimension information as a column on the query.
Gg736147.pubmethod(en-us,AX.60).gif addOrderByAttribute Sorts the specified query by the specified dimension information.
Gg736147.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg736147.pubmethod(en-us,AX.60).gif clearDimensionRangesFromQuery Clears all ranges related to the dimension field in the input query.
Gg736147.pubmethod(en-us,AX.60).gif enableDimensionRangeOnQuery Enables a disabled range that is related to the dimension field in the input query.
Gg736147.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg736147.pubmethod(en-us,AX.60).gif getAttributeValueFromQueryRun Retrieves the value of the specified dimension from the QueryRun object and authorization information.
Gg736147.pubmethod(en-us,AX.60).gif getAttributeValueLocFromQueryRun Gets the location of the dimension information from the specified query.
Gg736147.pubmethod(en-us,AX.60).gif getAttributeValueNameFromQueryRun Retrieves the name of the specified dimension from the QueryRun object and authorization information.
Gg736147.pubmethod(en-us,AX.60).gif getDimensionAttributeNames Retrieves a list of the names of all dimension attributes.
Gg736147.pubmethod(en-us,AX.60).gif getDimensionAttributesFromFocus Retrieves a list of the names of all dimension attributes in the specified focus.
Gg736147.pubmethod(en-us,AX.60).gif getDimensionFiltersFromQuery Gets the list of all dimension filters in a query.
Gg736147.pubmethod(en-us,AX.60).gif getDimensionFocusNames Retrieves a list of the dimension focuses.
Gg736147.pubmethod(en-us,AX.60).gif getDimensionOrderBysFromQuery Retrieves the list of all dimension order bys in a query.
Gg736147.pubmethod(en-us,AX.60).gif getDimensionRangesFromQuery Gets the list of all dimension ranges in a query.
Gg736147.pubmethod(en-us,AX.60).gif getDisplayStringForAttributeValue Retrieves the display string for the specified DimensionAttributeValue record.
Gg736147.pubmethod(en-us,AX.60).gif getDisplayValueEDTName Retrieves the name of the extended data type that is used for denormalized display values.
Gg736147.pubmethod(en-us,AX.60).gif getStringValueFromCursor Retrieves a string that represents the concatenated dimension information from the specified field.
Gg736147.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg736147.pubmethod(en-us,AX.60).gif getValueQueryForDimensionAttribute Constructs a query for the specified table with a pivoted column for the specified dimension.
Gg736147.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg736147.pubmethod(en-us,AX.60).gif isDenormalizedValueAvailableForEDT Retrieves whether a denormalized combination string exists for the specified dimension type.
Gg736147.pubmethod(en-us,AX.60).gif isDimensionDatasource Validates that the input data source is a dimension data source.
Gg736147.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg736147.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg736147.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg736147.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg736147.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg736147.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg736147.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg736147.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg736147.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg736147.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Top

Object Class
  DimensionProviderBase Interface

Community Additions

ADD
Show: