DataSourceMethodInfo.newmethod 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.
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