DictType.Extendedby Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Extendedby() |
Retrieves a list of type IDs for extended data types (EDTs) that are extended by the current EDT. |
Extendedby(Boolean) |
Extendedby()
Retrieves a list of type IDs for extended data types (EDTs) that are extended by the current EDT.
public:
virtual Microsoft::Dynamics::Ax::Xpp::List ^ Extendedby();
public virtual Microsoft.Dynamics.Ax.Xpp.List Extendedby ();
abstract member Extendedby : unit -> Microsoft.Dynamics.Ax.Xpp.List
override this.Extendedby : unit -> Microsoft.Dynamics.Ax.Xpp.List
Public Overridable Function Extendedby () As List
Returns
A list of type IDs for EDTs that are extended by the current EDT.
Applies to
Extendedby(Boolean)
public:
virtual Microsoft::Dynamics::Ax::Xpp::List ^ Extendedby(bool _allLevels);
public virtual Microsoft.Dynamics.Ax.Xpp.List Extendedby (bool _allLevels);
abstract member Extendedby : bool -> Microsoft.Dynamics.Ax.Xpp.List
override this.Extendedby : bool -> Microsoft.Dynamics.Ax.Xpp.List
Public Overridable Function Extendedby (_allLevels As Boolean) As List
Parameters
- _allLevels
- Boolean