SysTreeNodeVSProjectDispatcher Class [AX 2012]
The SysTreeNodeVSProjectDispatcher class is responsible for dispatching calls to SystemVersionControlSystem objects for Visual Studio Projects items.
| Method | Description | |
|---|---|---|
| allowCreate | Indicates whether all sub-nodes in the container can be created. (Overrides the allowCreate Method.) |
| allowDelete | Indicates whether all sub-nodes in the container can be deleted. (Overrides the allowDelete Method.) |
| allowEdit | Indicates whether all sub-nodes in the container can be edited. (Overrides the allowEdit Method.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkOut | Calls the check-out function for each sub-node in the container. (Overrides the checkOut Method.) |
| create | Calls the create function for each sub-node in the container. (Overrides the create Method.) |
| createInternal | |
| delete | Calls the delete function for each sub-node in the container. (Overrides the delete Method.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| moveToModel | Moves to model each subnode in the container. (Inherited from SysTreeNodeContainerDispatcher.) |
| new | Creates a new instance of the SysTreeNodeContainer class. (Inherited from SysTreeNodeContainerDispatcher.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmTreeNodeContainer | Gets the TreeNodeContainer parameter. (Inherited from SysTreeNodeContainerDispatcher.) |
| save | Calls the save function for each sub-node in the container. (Overrides the save Method.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| supportsSynchronize | Indicates whether the dispatcher supports its own synchronization. (Inherited from SysTreeNodeContainerDispatcher.) |
| synchronize | Invokes synchronization on a container. (Inherited from SysTreeNodeContainerDispatcher.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| undoCheckOut | Invokes the get undo checkout function on a container. (Inherited from SysTreeNodeContainerDispatcher.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: