AxdBaseCreate.insertPropertyInfoMap Method [AX 2012]

Updates the specified map between the parameter methods or table fields and the property information that includes the properties behind the property name, the base type, the extended type ID, the array size, the enumeration ID, and number of decimals.

Syntax

private void insertPropertyInfoMap(
    AxdBaseProperty _axdBaseProperty, 
    str _dataSourceName, 
    TableId _tableId, 
    FieldId _fieldId, 
    str _method, 
    int _type, 
    int _typeId, 
    Map _map)

Run On

Server

Parameters

  • _axdBaseProperty
    Type: AxdBaseProperty Class
    The axdBaseProperty parameter that has the property information about the current property.
  • _dataSourceName
    Type: str
  • _method
    Type: str
    The name of the parameter method.
  • _type
    Type: int
    The return type of the parameter method or the type of the table field.
  • _typeId
    Type: int
    The type ID of the return type of the parameter method or the type of the table field.
  • _map
    Type: Map Class
    The current map between parameter methods and property information about the _classId parameter; optional.

Remarks

This private method is internal to the AxdBaseCreate class, and is intended to be used only from the findType or insertPropertyInfoMap method.

See Also

Reference

AxdBaseCreate Class