Share via


SysVersionControlModelFile Class [AX 2012]

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
Gg967279.pubmethod(en-us,AX.60).gif addNewFile Creates a new file that is associated with this object. (Inherited from SysVersionControllableBase.)
Gg967279.pubmethod(en-us,AX.60).gif addToDefinitionFile Adds the model to the definition file.
Gg967279.pubmethod(en-us,AX.60).gif allowCheckIn Checks whether check-in is allowed. (Overrides the allowCheckIn Method.)
Gg967279.pubmethod(en-us,AX.60).gif allowCreate Checks whether a element can be created. (Overrides the allowCreate Method.)
Gg967279.pubmethod(en-us,AX.60).gif allowLockDuringCheckIn (Inherited from SysVersionControlFile.)
Gg967279.pubmethod(en-us,AX.60).gif allowMultipleCheckout Checks whether multiple users can have a element checked out. (Overrides the allowMultipleCheckout Method.)
Gg967279.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg967279.pubmethod(en-us,AX.60).gif canCreate Checks whether an item can be created in the source control. (Inherited from SysVersionControllableBase.)
Gg967279.pubmethod(en-us,AX.60).gif comparableName (Inherited from SysVersionControlFile.)
Gg967279.pubmethod(en-us,AX.60).gif comparableTextList (Inherited from SysVersionControlFile.)
Gg967279.pubmethod(en-us,AX.60).gif delete (Inherited from SysVersionControlFile.)
Gg967279.pubmethod(en-us,AX.60).gif deleteFile Deletes the file that is associated with this object. (Overrides the deleteFile Method.)
Gg967279.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg967279.pubmethod(en-us,AX.60).gif fileExtension (Overrides the fileExtension Method.)
Gg967279.pubmethod(en-us,AX.60).gif findMatchingComparable (Inherited from SysVersionControlFile.)
Gg967279.pubmethod(en-us,AX.60).gif forceSynchronize (Overrides the forceSynchronize Method.)
Gg967279.pubmethod(en-us,AX.60).gif fromFile Reads the model file into the current session. (Overrides the fromFile Method.)
Gg967279.pubmethod(en-us,AX.60).gif getEnumerator (Inherited from SysVersionControlFile.)
Gg967279.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg967279.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg967279.pubmethod(en-us,AX.60).gif isNewNameValid Checks whether the new name of the element is valid. (Inherited from SysVersionControllableBase.)
Gg967279.pubmethod(en-us,AX.60).gif name (Inherited from SysVersionControlFile.)
Gg967279.protmethod(en-us,AX.60).gif new Initializes a new instance of the SysVersionControlFile class. (Inherited from SysVersionControlFile.)
Gg967279.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.)
Gg967279.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.)
Gg967279.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg967279.pubmethod(en-us,AX.60).gif onCheckOut (Inherited from SysVersionControlFile.)
Gg967279.pubmethod(en-us,AX.60).gif onComparableFocus (Inherited from SysVersionControlFile.)
Gg967279.pubmethod(en-us,AX.60).gif onComparableSelected (Inherited from SysVersionControlFile.)
Gg967279.pubmethod(en-us,AX.60).gif onUndoCheckOut (Inherited from SysVersionControlFile.)
Gg967279.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg967279.pubmethod(en-us,AX.60).gif parmDisplayName Gets or sets the DisplayName parameter.
Gg967279.pubmethod(en-us,AX.60).gif parmModelFolder Gets or sets the ModelFolder parameter.
Gg967279.pubmethod(en-us,AX.60).gif parmModelId Gets the ModelId parameter.
Gg967279.pubmethod(en-us,AX.60).gif parmModelXml Gets or sets the ModelXml parameter.
Gg967279.pubmethod(en-us,AX.60).gif parmName Gets or sets the Name parameter.
Gg967279.pubmethod(en-us,AX.60).gif parmPublisher Gets or sets the Publisher parameter.
Gg967279.pubmethod(en-us,AX.60).gif parmRelativeModelFolder Gets the RelativeModelFolder parameter.
Gg967279.pubmethod(en-us,AX.60).gif parmVCSItem Gets or sets the VCSItem parameter. (Inherited from SysVersionControlFile.)
Gg967279.pubmethod(en-us,AX.60).gif preAddAction Executes an action before the add operation. (Inherited from SysVersionControlFile.)
Gg967279.pubmethod(en-us,AX.60).gif preCheckInUpdate Updates the check in operation for the specified file. (Overrides the preCheckInUpdate Method.)
Gg967279.privmethod(en-us,AX.60).gif readXmlContent
Gg967279.privmethod(en-us,AX.60).gif setRelativeModelFolder
Gg967279.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg967279.pubmethod(en-us,AX.60).gif toFile Saves the element to the disk by using the specified file name. (Overrides the toFile Method.)
Gg967279.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg967279.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.)
Gg967279.pubmethod(en-us,AX.60).gif versionControlFilePath (Overrides the versionControlFilePath Method.)
Gg967279.pubmethod(en-us,AX.60).gif versionControlItemPath (Overrides the versionControlItemPath Method.)
Gg967279.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg967279.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg967279.pubmethod(en-us,AX.60).gif Gg967279.static(en-us,AX.60).gif ::construct Initializes a new instance of the SysVersionControlModelFile class.
Gg967279.pubmethod(en-us,AX.60).gif Gg967279.static(en-us,AX.60).gif ::newItemPath Initializes a new instance of the SysVersionControlModelFile class by using the specified file without loading the content.
Gg967279.pubmethod(en-us,AX.60).gif Gg967279.static(en-us,AX.60).gif ::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