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 SysVersionControlModelFile class is used for handling models that are tracked in version control.
Syntax
class SysVersionControlModelFile extends SysVersionControlFile
Run On
Client
Methods
Method | Description | |
---|---|---|
![]() |
addNewFile | Creates a new file that is associated with this object. (Inherited from SysVersionControllableBase.) |
![]() |
addToDefinitionFile | Adds the model to the definition file. |
![]() |
allowCheckIn | Checks whether check-in is allowed. (Overrides the allowCheckIn Method.) |
![]() |
allowCreate | Checks whether a element can be created. (Overrides the allowCreate Method.) |
![]() |
allowLockDuringCheckIn | (Inherited from SysVersionControlFile.) |
![]() |
allowMultipleCheckout | Checks whether multiple users can have a element checked out. (Overrides the allowMultipleCheckout Method.) |
![]() |
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 SysVersionControllableBase.) |
![]() |
comparableName | (Inherited from SysVersionControlFile.) |
![]() |
comparableTextList | (Inherited from SysVersionControlFile.) |
![]() |
delete | (Inherited from SysVersionControlFile.) |
![]() |
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 | (Overrides the fileExtension Method.) |
![]() |
findMatchingComparable | (Inherited from SysVersionControlFile.) |
![]() |
forceSynchronize | (Overrides the forceSynchronize Method.) |
![]() |
fromFile | Reads the model file into the current session. (Overrides the fromFile Method.) |
![]() |
getEnumerator | (Inherited from SysVersionControlFile.) |
![]() |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
![]() |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
![]() |
isNewNameValid | Checks whether the new name of the element is valid. (Inherited from SysVersionControllableBase.) |
![]() |
name | (Inherited from SysVersionControlFile.) |
![]() |
new | Initializes a new instance of the SysVersionControlFile class. (Inherited from SysVersionControlFile.) |
![]() |
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 SysVersionControlFile.) |
![]() |
onComparableFocus | (Inherited from SysVersionControlFile.) |
![]() |
onComparableSelected | (Inherited from SysVersionControlFile.) |
![]() |
onUndoCheckOut | (Inherited from SysVersionControlFile.) |
![]() |
owner | Returns the instance that owns the object. (Inherited from Object.) |
![]() |
parmDisplayName | Gets or sets the DisplayName parameter. |
![]() |
parmModelFolder | Gets or sets the ModelFolder parameter. |
![]() |
parmModelId | Gets the ModelId parameter. |
![]() |
parmModelXml | Gets or sets the ModelXml parameter. |
![]() |
parmName | Gets or sets the Name parameter. |
![]() |
parmPublisher | Gets or sets the Publisher parameter. |
![]() |
parmRelativeModelFolder | Gets the RelativeModelFolder parameter. |
![]() |
parmVCSItem | Gets or sets the VCSItem parameter. (Inherited from SysVersionControlFile.) |
![]() |
preAddAction | Executes an action before the add operation. (Inherited from SysVersionControlFile.) |
![]() |
preCheckInUpdate | Updates the check in operation for the specified file. (Overrides the preCheckInUpdate Method.) |
![]() |
readXmlContent | |
![]() |
setRelativeModelFolder | |
![]() |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
![]() |
toFile | Saves the element to the disk by using the specified file name. (Overrides the toFile Method.) |
![]() |
toString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
![]() |
versionControlFilePath | (Overrides the versionControlFilePath Method.) |
![]() |
versionControlItemPath | (Overrides the versionControlItemPath Method.) |
![]() |
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 SysVersionControlModelFile class. |
![]() ![]() |
::newItemPath | Initializes a new instance of the SysVersionControlModelFile class by using the specified file without loading the content. |
![]() ![]() |
::newModelFile | Initializes a new instance of the SysVersionControlModelFile class from the specified file without loading the content. |
Top
Inheritance Hierarchy
Object Class
SysVersionControllableBase Class
SysVersionControlFile Class
SysVersionControlModelFile Class