Project Class [AX 2012]

The Project class is the data object class that is exposed through the ProjectService class.

Syntax

class Project extends AifDocument

Run On

Called

Methods

  Method Description
Dn562695.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn562695.pubmethod(en-us,AX.60).gif createProject Creates and sets a new value for the Project complex data item.
Dn562695.pubmethod(en-us,AX.60).gif deserialize Deserializes the document instance from the XML input. (Inherited from AifDocument.)
Dn562695.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn562695.protmethod(en-us,AX.60).gif exists Indicates whether a data container contains a data item with the specified name. (Inherited from AfStronglyTypedDataContainer.)
Dn562695.pubmethod(en-us,AX.60).gif existsDocPurpose Determines whether the DocPurpose data item exists in the data container.
Dn562695.pubmethod(en-us,AX.60).gif existsProject Determines whether the Project data item exists in the data container.
Dn562695.pubmethod(en-us,AX.60).gif existsSenderId Determines whether the SenderId data item exists in the data container.
Dn562695.protmethod(en-us,AX.60).gif get_Array Gets data items of the type array. (Inherited from AfStronglyTypedDataContainer.)
Dn562695.protmethod(en-us,AX.60).gif get_Attribute Gets data items of the primitive types. (Inherited from AfStronglyTypedDataContainer.)
Dn562695.protmethod(en-us,AX.60).gif get_Container Gets data items of the type data container. (Inherited from AfStronglyTypedDataContainer.)
Dn562695.protmethod(en-us,AX.60).gif get_EdtArray Gets data items of the extended array type. (Inherited from AfStronglyTypedDataContainer.)
Dn562695.protmethod(en-us,AX.60).gif get_List Gets data items of the type data container list. (Inherited from AfStronglyTypedDataContainer.)
Dn562695.protmethod(en-us,AX.60).gif get_NewArray Gets data items of the type array. (Inherited from AfStronglyTypedDataContainer.)
Dn562695.protmethod(en-us,AX.60).gif get_NewContainer Gets data items of the type data container. (Inherited from AfStronglyTypedDataContainer.)
Dn562695.protmethod(en-us,AX.60).gif get_NewList Gets data items of the type data container list. (Inherited from AfStronglyTypedDataContainer.)
Dn562695.pubmethod(en-us,AX.60).gif getAxdInstance Gets the Axd class instance corresponding to this document. (Inherited from AifDocument.)
Dn562695.pubmethod(en-us,AX.60).gif getDescription Gets a friendly description for this document. (Inherited from AifDocument.)
Dn562695.pubmethod(en-us,AX.60).gif getQueryName Gets the name of the query that defines the structure of this document. (Inherited from AifDocument.)
Dn562695.pubmethod(en-us,AX.60).gif getRootName Gets the name of the root element of the XML representation of this strongly typed data container. (Inherited from AfStronglyTypedDataContainer.)
Dn562695.pubmethod(en-us,AX.60).gif getSchema Gets the XML schema that describes the XML representation of this strongly typed data container returned by the serialize method and expected by the deserialize method. (Inherited from AifDocument.)
Dn562695.pubmethod(en-us,AX.60).gif getSharedTypesSchema (Inherited from AifDocument.)
Dn562695.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn562695.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn562695.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Project class. (Overrides the new Method.)
Dn562695.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.)
Dn562695.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.)
Dn562695.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn562695.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn562695.pubmethod(en-us,AX.60).gif parmDocPurpose Gets or sets the DocPurpose parameter.
Dn562695.pubmethod(en-us,AX.60).gif parmProject Gets or sets the Project parameter.
Dn562695.pubmethod(en-us,AX.60).gif parmSenderId Gets or sets the SenderId parameter.
Dn562695.pubmethod(en-us,AX.60).gif populateFromTable Populates this data container. (Inherited from AfStronglyTypedDataContainer.)
Dn562695.pubmethod(en-us,AX.60).gif serialize Serializes this document into XML. (Inherited from AifDocument.)
Dn562695.protmethod(en-us,AX.60).gif set_Array Sets the value of the data item of array type. (Inherited from AfStronglyTypedDataContainer.)
Dn562695.protmethod(en-us,AX.60).gif set_Attribute Sets the value for data items of the primitive types. (Inherited from AfStronglyTypedDataContainer.)
Dn562695.protmethod(en-us,AX.60).gif set_Container Sets the value for data items of data container type. (Inherited from AfStronglyTypedDataContainer.)
Dn562695.protmethod(en-us,AX.60).gif set_EdtArray Sets the value for data items of extended array type. (Inherited from AfStronglyTypedDataContainer.)
Dn562695.protmethod(en-us,AX.60).gif set_List Sets the value for data items of data container list type. (Inherited from AfStronglyTypedDataContainer.)
Dn562695.pubmethod(en-us,AX.60).gif setSharedTypesSchema (Inherited from AifDocument.)
Dn562695.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn562695.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn562695.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.)
Dn562695.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn562695.pubmethod(en-us,AX.60).gif wt Gets the underlying weakly typed data container for this document. (Inherited from AifDocument.)
Dn562695.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  AfStronglyTypedDataContainer Class
    AifDocument Class
      Project Class