CustBillingManagedCodeMgr Class [AX 2012]

The CustBillingManagedCodeMgr class provides customer billing code rate script implementation of the SysManagedCodeMetadataMgr base class of managed code scripting framework.

class CustBillingManagedCodeMgr extends SysManagedCodeMgr

Run On

Called

  MethodDescription
Hh804404.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Hh804404.pubmethod(en-us,AX.60).gif compileManagedCode Compiles the managed code project. (Overrides the compileManagedCode Method.)
Hh804404.pubmethod(en-us,AX.60).gif createManagedCodeMetadata Creates metadata for the managed code to be generated. (Inherited from SysManagedCodeMgr.)
Hh804404.pubmethod(en-us,AX.60).gif createOpenEditorProcess Starts the process for visual studio application. (Inherited from SysManagedCodeMgr.)
Hh804404.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Hh804404.pubmethod(en-us,AX.60).gif executeManagedCode Executes the managed code. (Overrides the executeManagedCode Method.)
Hh804404.pubmethod(en-us,AX.60).gif generateDLLByVersion Generates rate script DLL if the DLL is not found on the file system or the version of the file system does not match with the version that is stored in the CustBillingCodeVersion table.
Hh804404.pubmethod(en-us,AX.60).gif generateManagedCode Generates managed code from the metadata for a specific implementation. (Inherited from SysManagedCodeMgr.)
Hh804404.pubmethod(en-us,AX.60).gif getCustomFieldElementsMap Gets the map that contains customer billing custom fields. (Overrides the getCustomFieldElementsMap Method.)
Hh804404.pubmethod(en-us,AX.60).gif getDLLVersion Gets the DLL version. (Overrides the getDLLVersion Method.)
Hh804404.pubmethod(en-us,AX.60).gif getImplementationRootFolderPath Gets the root folder path of a specific implementation of the managed code scripting. (Overrides the getImplementationRootFolderPath Method.)
Hh804404.pubmethod(en-us,AX.60).gif getImplementationTableBuffer Gets the CustBillingCodeVersion table buffer with which the user script is associated. (Overrides the getImplementationTableBuffer Method.)
Hh804404.pubmethod(en-us,AX.60).gif getManagedCodeFileLineNum Searches the line number in the file containing the required text. (Inherited from SysManagedCodeMgr.)
Hh804404.pubmethod(en-us,AX.60).gif getManagedCodeFileName Gets the name of the file that contains the generated managed code. (Overrides the getManagedCodeFileName Method.)
Hh804404.pubmethod(en-us,AX.60).gif getNamespaceName Gets the namespace name. (Overrides the getNamespaceName Method.)
Hh804404.pubmethod(en-us,AX.60).gif getProjectFilePath Gets the managed code project folder path, the path in which the project file is saved, of a specific implementation of the managed code scripting. (Overrides the getProjectFilePath Method.)
Hh804404.pubmethod(en-us,AX.60).gif getProjectFolderPath Gets the managed code project root folder path of a specific implementation of the managed code scripting. (Overrides the getProjectFolderPath Method.)
Hh804404.pubmethod(en-us,AX.60).gif getProjectName Gets the managed code project name of a specific implementation of the managed code scripting. (Overrides the getProjectName Method.)
Hh804404.pubmethod(en-us,AX.60).gif getProxiesFolderPathByLanguage Gets the proxies root folder path based on script language for a specific implementation of the managed code scripting. (Overrides the getProxiesFolderPathByLanguage Method.)
Hh804404.pubmethod(en-us,AX.60).gif getProxyClassFolderPath Gets the proxy classes folder path, the path in which the proxy classes are saved, of a specific implementation of the managed code scripting. (Overrides the getProxyClassFolderPath Method.)
Hh804404.pubmethod(en-us,AX.60).gif getRecordsList Gets the records of table buffer (Overrides the getRecordsList Method.)
Hh804404.pubmethod(en-us,AX.60).gif getScriptClassPath Retrieves the folder name of the class that contains the user script. (Overrides the getScriptClassPath Method.)
Hh804404.pubmethod(en-us,AX.60).gif getScriptMethodName Gets the name of the method that contains the rate script. (Overrides the getScriptMethodName Method.)
Hh804404.pubmethod(en-us,AX.60).gif getSysManagedCodeLanguage Gets the programming language in which the managed code is to be generated. (Overrides the getSysManagedCodeLanguage Method.)
Hh804404.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Hh804404.pubmethod(en-us,AX.60).gif getUserScript Gets the user script code written in one of the supported managed code languages for a specific implementation of the managed code scripting. (Overrides the getUserScript Method.)
Hh804404.pubmethod(en-us,AX.60).gif getVSProjectFolderPath Gets the managed code projects root folder path, the path in which the managed projects are saved, of a specific implementation of the managed code scripting. (Overrides the getVSProjectFolderPath Method.)
Hh804404.pubmethod(en-us,AX.60).gif getXMLFilePath Gets the proxy XML file name of a specific implementation of the managed code scripting. (Overrides the getXMLFilePath Method.)
Hh804404.pubmethod(en-us,AX.60).gif getXMLFolderPath Gets the proxy XML folder path, the path in which the XML file for proxy classes is saved, of a specific implementation of the managed code scripting. (Overrides the getXMLFolderPath Method.)
Hh804404.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Hh804404.pubmethod(en-us,AX.60).gif isLanguageSupported Determines if the selected programming language supported to be used to generate managed code. (Inherited from SysManagedCodeMgr.)
Hh804404.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Hh804404.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.)
Hh804404.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.)
Hh804404.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Hh804404.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Hh804404.pubmethod(en-us,AX.60).gif parmCaller Gets or sets the Caller parameter. (Inherited from SysManagedCodeMgr.)
Hh804404.pubmethod(en-us,AX.60).gif parmCustBillingCodeVersion Gets or sets the value of the CustBillingCodeVersion parameter.
Hh804404.pubmethod(en-us,AX.60).gif parmDefaultApplication Gets or sets the DefaultApplication parameter. (Inherited from SysManagedCodeMgr.)
Hh804404.pubmethod(en-us,AX.60).gif parmIsCalledFromServer Gets or sets the IsCalledFromServer parameter. (Inherited from SysManagedCodeMgr.)
Hh804404.pubmethod(en-us,AX.60).gif parmLoadedAssembly Gets or sets the LoadedAssembly parameter. (Inherited from SysManagedCodeMgr.)
Hh804404.pubmethod(en-us,AX.60).gif parmRealCalculatedValue Gets or sets the RealCalculatedValue parameter. (Inherited from SysManagedCodeMgr.)
Hh804404.pubmethod(en-us,AX.60).gif parmStrCalculatedValue Gets or sets the StrCalculatedValue parameter. (Inherited from SysManagedCodeMgr.)
Hh804404.pubmethod(en-us,AX.60).gif parmSysManagedCodeManagerType Gets or sets the SysManagedCodeManagerType parameter. (Inherited from SysManagedCodeMgr.)
Hh804404.pubmethod(en-us,AX.60).gif setCustomFieldElementsMap Sets the map that contains custom fields. (Overrides the setCustomFieldElementsMap Method.)
Hh804404.pubmethod(en-us,AX.60).gif setImplementationTableBuffer Sets the table buffer with which the user script is associated. (Overrides the setImplementationTableBuffer Method.)
Hh804404.pubmethod(en-us,AX.60).gif setRecordsList Sets the records of table buffer (Overrides the setRecordsList Method.)
Hh804404.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Hh804404.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Hh804404.pubmethod(en-us,AX.60).gif updateDLLVersion Updates the billing code rate script assembly file version in the database. (Overrides the updateDLLVersion Method.)
Hh804404.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.)
Hh804404.pubmethod(en-us,AX.60).gif validateAndCreateFolderStructure Validates and creates the folder hierarchy that is specific to a managed code scripting implementation. (Inherited from SysManagedCodeMgr.)
Hh804404.pubmethod(en-us,AX.60).gif validateAndCreateProject Vaidates and creates project folder hierarchy, assmbly file, and project file for the managed code project. (Inherited from SysManagedCodeMgr.)
Hh804404.pubmethod(en-us,AX.60).gif validateAndCreateProxies Validates and creates XML file, proxy classes, and DLL for proxy classes. (Inherited from SysManagedCodeMgr.)
Hh804404.pubmethod(en-us,AX.60).gif validateDevelopmentEnvironmentSetup Determines if the Microsoft Visual Studio 2010 or Microsoft Visual Studio Express 2010 installed on the machine. (Inherited from SysManagedCodeMgr.)
Hh804404.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Hh804404.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Top

This class is used to manage the metadata created for generating managed code.

Object Class
  SysManagedCodeMgr Class
    CustBillingManagedCodeMgr Class

Community Additions

ADD
Show: