Share via


SysVersionControlFile Class [AX 2012]

Syntax

class SysVersionControlFile extends SysVersionControllableBase implements SysComparable

Run On

Client

Methods

  Method Description
Gg967120.pubmethod(en-us,AX.60).gif addNewFile Creates a new file that is associated with this object. (Inherited from SysVersionControllableBase.)
Gg967120.pubmethod(en-us,AX.60).gif allowCheckIn (Overrides the allowCheckIn Method.)
Gg967120.pubmethod(en-us,AX.60).gif allowCreate (Overrides the allowCreate Method.)
Gg967120.pubmethod(en-us,AX.60).gif allowLockDuringCheckIn (Overrides the allowLockDuringCheckIn Method.)
Gg967120.pubmethod(en-us,AX.60).gif allowMultipleCheckout (Overrides the allowMultipleCheckout Method.)
Gg967120.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg967120.pubmethod(en-us,AX.60).gif canCreate Checks whether an item can be created in the source control. (Inherited from SysVersionControllableBase.)
Gg967120.pubmethod(en-us,AX.60).gif comparableName
Gg967120.pubmethod(en-us,AX.60).gif comparableTextList
Gg967120.pubmethod(en-us,AX.60).gif delete (Overrides the delete Method.)
Gg967120.pubmethod(en-us,AX.60).gif deleteFile Deletes the file that is associated with this object. (Inherited from SysVersionControllableBase.)
Gg967120.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg967120.pubmethod(en-us,AX.60).gif fileExtension (Overrides the fileExtension Method.)
Gg967120.pubmethod(en-us,AX.60).gif findMatchingComparable
Gg967120.pubmethod(en-us,AX.60).gif forceSynchronize (Overrides the forceSynchronize Method.)
Gg967120.pubmethod(en-us,AX.60).gif fromFile (Overrides the fromFile Method.)
Gg967120.pubmethod(en-us,AX.60).gif getEnumerator
Gg967120.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg967120.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg967120.pubmethod(en-us,AX.60).gif isNewNameValid Checks whether the new name of the element is valid. (Inherited from SysVersionControllableBase.)
Gg967120.pubmethod(en-us,AX.60).gif name
Gg967120.protmethod(en-us,AX.60).gif new Initializes a new instance of the SysVersionControlFile class.
Gg967120.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg967120.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg967120.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg967120.pubmethod(en-us,AX.60).gif onCheckOut (Overrides the onCheckOut Method.)
Gg967120.pubmethod(en-us,AX.60).gif onComparableFocus
Gg967120.pubmethod(en-us,AX.60).gif onComparableSelected
Gg967120.pubmethod(en-us,AX.60).gif onUndoCheckOut (Overrides the onUndoCheckOut Method.)
Gg967120.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg967120.pubmethod(en-us,AX.60).gif parmVCSItem Gets or sets the VCSItem parameter.
Gg967120.pubmethod(en-us,AX.60).gif preAddAction Executes an action before the add operation. (Overrides the preAddAction Method.)
Gg967120.pubmethod(en-us,AX.60).gif preCheckInUpdate (Overrides the preCheckInUpdate Method.)
Gg967120.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg967120.pubmethod(en-us,AX.60).gif toFile (Inherited from SysVersionControllableBase.)
Gg967120.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg967120.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg967120.pubmethod(en-us,AX.60).gif versionControlFilePath (Overrides the versionControlFilePath Method.)
Gg967120.pubmethod(en-us,AX.60).gif versionControlItemPath (Overrides the versionControlItemPath Method.)
Gg967120.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg967120.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg967120.pubmethod(en-us,AX.60).gif Gg967120.static(en-us,AX.60).gif ::construct Initializes a new instance of the SysVersionControlFile class.
Gg967120.pubmethod(en-us,AX.60).gif Gg967120.static(en-us,AX.60).gif ::newVCSItem

Top

Inheritance Hierarchy

Object Class
  SysVersionControllableBase Class
    SysVersionControlFile Class
      SysVersionControlDefFile Class
      SysVersionControlModelFile Class