SysTreeNodeVSProject Class [AX 2012]
The SysTreeNodeVSProject class extends the SysTreeNode implementation for Visual Studio Projects.
| Method | Description | |
|---|---|---|
| addNewFile | Creates a new file that is associated with this object. (Inherited from SysVersionControllableBase.) |
| allowCheckIn | (Inherited from SysTreeNode.) |
| allowCreate | Indicates whether the object can be added to version control. (Overrides the allowCreate Method.) |
| allowLockDuringCheckIn | (Inherited from SysTreeNode.) |
| allowMultipleCheckout | (Inherited from SysTreeNode.) |
| aotGetPropertiesExt | (Inherited from SysTreeNode.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canCreate | Checks whether an item can be created in the source control. (Overrides the canCreate Method.) |
| canMergeDeleteSubnodes | (Inherited from SysTreeNode.) |
| canMergeInsertSubnodes | (Inherited from SysTreeNode.) |
| collectChildren | |
| comparableName | (Inherited from SysTreeNode.) |
| comparableTextList | (Inherited from SysTreeNode.) |
| comparableTextListCode | (Inherited from SysTreeNode.) |
| comparableTextListProperties | (Inherited from SysTreeNode.) |
| comparableTextListSubnodes | (Inherited from SysTreeNode.) |
| delete | (Inherited from SysTreeNode.) |
| deleteFile | Deletes the file that is associated with this object. (Inherited from SysVersionControllableBase.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| fileExtension | (Overrides the fileExtension Method.) |
| findMatchingComparable | (Inherited from SysTreeNode.) |
| forceSynchronize | (Inherited from SysTreeNode.) |
| fromFile | (Overrides the fromFile Method.) |
| getChildrenEnumerator | Gets the enumerator of the children for the container. |
| getEnumerator | (Inherited from SysTreeNode.) |
| getImportItemFilePath | Gets the path of the node that is used for importing the container. |
| getOriginalSysTreenode | (Inherited from SysTreeNode.) |
| getOriginalTreenode | (Inherited from SysTreeNode.) |
| getProperty | (Inherited from SysTreeNode.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getVCSModelId | Gets the model ID, which is used to construct the file name path in the version control system. (Inherited from SysTreeNode.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| hasOrdering | (Inherited from SysTreeNode.) |
| hasProperty | (Inherited from SysTreeNode.) |
| isListOfChildrenFixed | (Inherited from SysTreeNode.) |
| isNewNameValid | Indicates whether the new name of the element is valid. (Inherited from SysTreeNode.) |
| isPropertyReadOnly | (Inherited from SysTreeNode.) |
| mergeDeleteSubnode | (Inherited from SysTreeNode.) |
| mergeInsertSubnode | (Inherited from SysTreeNode.) |
| mergeText | (Inherited from SysTreeNode.) |
| mergeTextNode | (Inherited from SysTreeNode.) |
| name | (Inherited from SysTreeNode.) |
| new | Initializes a new instance of the SysTreeNodeVSProject class. (Overrides the new Method.) |
| 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.) |
| onCheckOut | (Inherited from SysTreeNode.) |
| onComparableFocus | (Inherited from SysTreeNode.) |
| onComparableSelected | (Inherited from SysTreeNode.) |
| onUndoCheckOut | (Inherited from SysTreeNode.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmTreeNode | Gets or sets the TreeNode parameter. (Overrides the parmTreeNode Method.) |
| parmTreeNodeContainerDispatcher | Gets the TreeNodeContainerDispatcher parameter. |
| preAddAction | Executes an action before an add operation. (Inherited from SysTreeNode.) |
| preCheckInUpdate | (Inherited from SysTreeNode.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| suppressIDPropertyDuringCompare | Controls whether a comparison will include the ID property. (Inherited from SysTreeNode.) |
| toFile | Exports the item to file on disk. (Overrides the toFile Method.) |
| toString | (Inherited from SysTreeNode.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateModels | Validates whether all controllable children belong to the same model. |
| versionControlFilePath | (Inherited from SysTreeNode.) |
| versionControlItemPath | (Inherited from SysTreeNode.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::clearDefaultFolder | Removes the default folder for Visual Studio Projects. |
| ::getMaximumNodeNameLength | Retrieves the maximum node name length for nodes, which are part of VS-Projects. |
| ::getTreeNodesInLayer | Gets all tree nodes that exist in the given layer |
| ::getTypeFromPath | Gets the model element type for given path. |
| ::getVirtualProject | |
| ::importProject | Imports VS project to the repository. |
| ::promptForDefaultFolder | Prompts the user for the default folder before the Visual Studio Project is added to source control. |
Community Additions
ADD
Show: