Share via


SysVersionControlDefFile Class [AX 2012]

Syntax

class SysVersionControlDefFile extends SysVersionControlFile

Run On

Client

Methods

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

Top

Inheritance Hierarchy

Object Class
  SysVersionControllableBase Class
    SysVersionControlFile Class
      SysVersionControlDefFile Class