SysTreeNodeVSItem Class [AX 2012]
The SysTreeNodeVSItem class extends the SysTreeNode implementation for Visual Studio project item nodes.
| Method | Description | |
|---|---|---|
| addNewFile | Creates a new file that is associated with this object. (Overrides the addNewFile Method.) |
| allowCheckIn | Indicates whether a check-in is enabled. (Overrides the allowCheckIn Method.) |
| allowCreate | (Inherited from SysTreeNode.) |
| 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.) |
| comparableName | (Inherited from SysTreeNode.) |
| comparableTextList | (Inherited from SysTreeNode.) |
| comparableTextListCode | (Overrides the comparableTextListCode Method.) |
| comparableTextListProperties | (Inherited from SysTreeNode.) |
| comparableTextListSubnodes | (Inherited from SysTreeNode.) |
| delete | Deletes the corresponding tree node when a file was deleted from VCS. (Overrides the delete Method.) |
| deleteFile | Deletes the file that is associated with this object. (Overrides the deleteFile Method.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| fileExtension | Gets the exported file name extension. (Overrides the fileExtension Method.) |
| findMatchingComparable | (Inherited from SysTreeNode.) |
| forceSynchronize | (Inherited from SysTreeNode.) |
| fromFile | Imports the item from a file on disk. (Overrides the fromFile Method.) |
| getEnumerator | (Inherited from SysTreeNode.) |
| getOriginalSysTreenode | (Inherited from SysTreeNode.) |
| getOriginalTreenode | (Inherited from SysTreeNode.) |
| getParentContainer | Gets the top-most parent, which contains this node. |
| getProperty | (Inherited from SysTreeNode.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getVCSModelId | Gets the model ID that is used to construct the file name path in the version control system. (Overrides the getVCSModelId Method.) |
| 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. (Overrides the isNewNameValid Method.) |
| 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 SysTreeNode class. (Inherited from SysTreeNode.) |
| 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 | (Overrides the onComparableSelected Method.) |
| onUndoCheckOut | (Inherited from SysTreeNode.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmTreeNode | Gets or sets the TreeNode parameter. (Inherited from SysTreeNode.) |
| preAddAction | Executes an action before the add operation. (Overrides the preAddAction Method.) |
| 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.) |
| 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.) |
| ::getVSProject | Gets the VSProject instance that contains this item. |
| ::importFromFile | Imports the file node of the project into the repository. |
| ::overrideVSProjectModel | Overrides the model of the Visual Studio Project to the current model. |
| ::saveFileToRepositoryFolder | Saves the VS-file item to the repository folder. |
| ::saveProject | Saves the project node. |
| ::treeNodePath2FilePath | Constructs the VCS file path from the tree node path. |
| ::vcsPath2TreeNodePath | Transforms the VCS path of the tree node path. |
Community Additions
ADD
Show: