Share via


DataSourceMethodInfo.newmethod Method

Definition

Initializes a new instance of the Object class.

public:
 void newmethod(System::String ^ _name, Microsoft::Dynamics::Ax::Xpp::DisplayFunctionType _displayType, Microsoft::Dynamics::Ax::Xpp::Types _returnType, int _returnTypeId, bool _isStatic);
public void newmethod (string _name, Microsoft.Dynamics.Ax.Xpp.DisplayFunctionType _displayType, Microsoft.Dynamics.Ax.Xpp.Types _returnType, int _returnTypeId, bool _isStatic);
override this.newmethod : string * Microsoft.Dynamics.Ax.Xpp.DisplayFunctionType * Microsoft.Dynamics.Ax.Xpp.Types * int * bool -> unit
Public Sub newmethod (_name As String, _displayType As DisplayFunctionType, _returnType As Types, _returnTypeId As Integer, _isStatic As Boolean)

Parameters

_name
String
_displayType
DisplayFunctionType
_returnType
Types
_returnTypeId
Int32
_isStatic
Boolean

Applies to