ConfImport_BR Class [AX 2012]

The ConfImport_BR class is the basis of the file import process for the configurator feature.

class ConfImport_BR

Run On

Client

  MethodDescription
JJ728042.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ728042.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ728042.protmethod(en-us,AX.60).gif fromFile2Layout Iterates through each line of the file that is being imported and processes it.
JJ728042.protmethod(en-us,AX.60).gif getFieldValue Parses a string that contains the value of a field that is being imported.
JJ728042.protmethod(en-us,AX.60).gif getLayoutLineRecord Parses a whole line that is read from the import file.
JJ728042.protmethod(en-us,AX.60).gif getLayoutLineType Determines which layout to use on the specified line string.
JJ728042.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ728042.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ728042.protmethod(en-us,AX.60).gif new Initializes a new instance of the ConfImport_BR class.
JJ728042.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.)
JJ728042.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.)
JJ728042.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ728042.protmethod(en-us,AX.60).gif openFile Opens the file to import.
JJ728042.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ728042.pubmethod(en-us,AX.60).gif parmConfLayoutGroupId Gets or sets the ConfLayoutGroupId parameter.
JJ728042.pubmethod(en-us,AX.60).gif parmFileName Gets or sets the FileName parameter.
JJ728042.protmethod(en-us,AX.60).gif parseDate Parses a string that contains a date.
JJ728042.protmethod(en-us,AX.60).gif parseDateTime Parses a string that contains a datetime.
JJ728042.protmethod(en-us,AX.60).gif processLayoutSection Iterates through each field of a line.
JJ728042.protmethod(en-us,AX.60).gif processRecord Determines how each line is processed.
JJ728042.pubmethod(en-us,AX.60).gif run Is a base method that is used to run the import process.
JJ728042.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ728042.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ728042.protmethod(en-us,AX.60).gif update Is a principal method that opens the file, parses each line, and updates the information that is read.
JJ728042.protmethod(en-us,AX.60).gif updateRecord Is a base method that is used to update records that are read.
JJ728042.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.)
JJ728042.protmethod(en-us,AX.60).gif validate Validates the class fields.
JJ728042.protmethod(en-us,AX.60).gif validateDateType Validates whether a string represents a date.
JJ728042.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ728042.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ728042.pubmethod(en-us,AX.60).gif JJ728042.static(en-us,AX.60).gif ::construct Initializes a new instance of the ConfImport_BR class.
JJ728042.pubmethod(en-us,AX.60).gif JJ728042.static(en-us,AX.60).gif ::newFile Creates a new file.
Top

Community Additions

ADD
Show: