Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SysTreeNodeDelayLoaded class is a SysTreeNode class that is loaded when the compare form needs it.
Syntax
class SysTreeNodeDelayLoaded extends SysTreeNode
Run On
Called
Methods
Method | Description | |
---|---|---|
![]() |
addNewFile | Creates a new file that is associated with this object. (Inherited from SysVersionControllableBase.) |
![]() |
allowCheckIn | (Inherited from SysTreeNode.) |
![]() |
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. (Inherited from SysTreeNode.) |
![]() |
canMergeDeleteSubnodes | (Inherited from SysTreeNode.) |
![]() |
canMergeInsertSubnodes | (Inherited from SysTreeNode.) |
![]() |
comparableName | (Overrides the comparableName Method.) |
![]() |
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 | (Inherited from SysTreeNode.) |
![]() |
findMatchingComparable | (Inherited from SysTreeNode.) |
![]() |
forceSynchronize | (Inherited from SysTreeNode.) |
![]() |
fromFile | (Inherited from SysTreeNode.) |
![]() |
getEnumerator | (Inherited from SysTreeNode.) |
![]() |
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 | (Overrides the mergeTextNode Method.) |
![]() |
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.) |
![]() |
parmDelayLoadLayer | Gets or sets the DelayLoadLayer parameter. |
![]() |
parmDelayLoadTreeNode | Gets or sets the DelayLoadTreeNode parameter. |
![]() |
parmTreeNode | Gets or sets the TreeNode parameter. (Inherited from SysTreeNode.) |
![]() |
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 | (Inherited from SysTreeNode.) |
![]() |
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.) |
![]() ![]() |
::construct | Initializes a new instance of the SysTreeNodeDelayLoaded class. |
![]() ![]() |
::newTreeNode | Initializes a new instance of the SysTreeNodeDelayLoaded class. |
Top
Remarks
This class is introduced to optimize the compare the open time of the form.
Inheritance Hierarchy
Object Class
SysVersionControllableBase Class
SysTreeNode Class
SysTreeNodeDelayLoaded Class