DimAttributeDocuDataSource Class [AX 2012]

This class DimAttributeDocuDataSource is a wrapper class to facilitate all interactions with the DocuDataSource table.

class DimAttributeDocuDataSource

Run On

Called

  MethodDescription
Dn511860.pubmethod(en-us,AX.60).gif activate Activates the DocuDataSource record.
Dn511860.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn511860.pubmethod(en-us,AX.60).gif deactivate Deactivates the DocuDataSource record.
Dn511860.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn511860.privmethod(en-us,AX.60).gif generateQuery Generates a packed query for the dimension attribute for use in the document data source record.
Dn511860.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn511860.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn511860.pubmethod(en-us,AX.60).gif isInserted Determines whether a new DocuDataSource record has been inserted.
Dn511860.protmethod(en-us,AX.60).gif new Initializes a new instance of the DimAttributeDocuDataSource class.
Dn511860.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.)
Dn511860.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.)
Dn511860.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn511860.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn511860.pubmethod(en-us,AX.60).gif parmDimensionAttributeRecId Gets or sets the DimensionAttributeRecId parameter.
Dn511860.pubmethod(en-us,AX.60).gif parmQueryName Gets or sets the QueryName parameter.
Dn511860.protmethod(en-us,AX.60).gif setIsActive Activates or deactivates the DocuDataSource record.
Dn511860.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn511860.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn511860.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.)
Dn511860.pubmethod(en-us,AX.60).gif validateQuery Determines whether the DocuDataSource instance has a valid query.
Dn511860.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn511860.pubmethod(en-us,AX.60).gif write Inserts or updates the DocuDataSource record with the specified values.
Dn511860.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn511860.pubmethod(en-us,AX.60).gif Dn511860.static(en-us,AX.60).gif ::construct Initializes a new instance of the DimAttributeDocuDataSource class.
Dn511860.pubmethod(en-us,AX.60).gif Dn511860.static(en-us,AX.60).gif ::delete Deletes the DocuDataSource record for the specified query name.
Dn511860.pubmethod(en-us,AX.60).gif Dn511860.static(en-us,AX.60).gif ::exist Determines whether a DocuDataSource record exists for the specified query name.
Dn511860.pubmethod(en-us,AX.60).gif Dn511860.static(en-us,AX.60).gif ::existActive Determines whether an active DocuDataSource record exists for the specified query name.
Dn511860.pubmethod(en-us,AX.60).gif Dn511860.static(en-us,AX.60).gif ::findByQueryName Finds the specified record in the DocuDataSource table by using the query name.
Dn511860.pubmethod(en-us,AX.60).gif Dn511860.static(en-us,AX.60).gif ::getAvailableDimensionAttributes Gets the available dimension attributes list.
Dn511860.privmethod(en-us,AX.60).gif Dn511860.static(en-us,AX.60).gif ::getAvailableDimensionAttributesServer Gets the available dimension attributes as a container.
Dn511860.pubmethod(en-us,AX.60).gif Dn511860.static(en-us,AX.60).gif ::getQueryName Gets the query name for the given dimension attribute name.
Dn511860.pubmethod(en-us,AX.60).gif Dn511860.static(en-us,AX.60).gif ::getSelectedDimensionAttributes Gets the selected dimension attributes list.
Dn511860.privmethod(en-us,AX.60).gif Dn511860.static(en-us,AX.60).gif ::getSelectedDimensionAttributesServer Gets the selected dimension attributes as a container.
Dn511860.pubmethod(en-us,AX.60).gif Dn511860.static(en-us,AX.60).gif ::newForQueryNameAndDimensionAttribute Construct an instance of DimAttributeDocuDataSource class for the specified query name and dimension attribute record ID.
Dn511860.pubmethod(en-us,AX.60).gif Dn511860.static(en-us,AX.60).gif ::syncOnDimensionAttributeUpdate Inserts or updates the DocuDataSource record when the dimension attribute is updated.
Top

Object Class
  DimAttributeDocuDataSource Class

Community Additions

ADD
Show: