Share via


AxdBaseCreate.readProperties Method [AX 2012]

Reads the properties of an instance of an AxInternalBase class, or the instance of the AxdBase object that called this AxdBaseCreate method.

Syntax

protected void readProperties(
    Object _object, 
   [TableId _tableId, 
    str _dataSourceName, 
    boolean _skipReadOnlyFields])

Run On

Server

Parameters

  • _object
    Type: Object Class
    An instance of the AxInternalBase object or the AxdBase object.
  • _dataSourceName
    Type: str
  • _skipReadOnlyFields
    Type: boolean

Remarks

This method also executes the corresponding parm methods on the instance.

This protected method is internal to the AxdBaseCreate class, and should be called only from deserializeDocument.

See Also

Reference

AxdBaseCreate Class