Share via


DataSourceMethodInfo Constructors

Definition

Overloads

DataSourceMethodInfo()
DataSourceMethodInfo(IntPtr)
DataSourceMethodInfo(String, DisplayFunctionType, Types, Int32, Boolean)

DataSourceMethodInfo()

public:
 DataSourceMethodInfo();
public DataSourceMethodInfo ();
Public Sub New ()

Applies to

DataSourceMethodInfo(IntPtr)

public:
 DataSourceMethodInfo(IntPtr ptr1);
public DataSourceMethodInfo (IntPtr ptr1);
new Dynamics.AX.Application.DataSourceMethodInfo : nativeint -> Dynamics.AX.Application.DataSourceMethodInfo
Public Sub New (ptr1 As IntPtr)

Parameters

ptr1
IntPtr

nativeint

Applies to

DataSourceMethodInfo(String, DisplayFunctionType, Types, Int32, Boolean)

public:
 DataSourceMethodInfo(System::String ^ text1, Microsoft::Dynamics::Ax::Xpp::DisplayFunctionType type1, Microsoft::Dynamics::Ax::Xpp::Types types1, int num1, bool flag1);
public DataSourceMethodInfo (string text1, Microsoft.Dynamics.Ax.Xpp.DisplayFunctionType type1, Microsoft.Dynamics.Ax.Xpp.Types types1, int num1, bool flag1);
new Dynamics.AX.Application.DataSourceMethodInfo : string * Microsoft.Dynamics.Ax.Xpp.DisplayFunctionType * Microsoft.Dynamics.Ax.Xpp.Types * int * bool -> Dynamics.AX.Application.DataSourceMethodInfo
Public Sub New (text1 As String, type1 As DisplayFunctionType, types1 As Types, num1 As Integer, flag1 As Boolean)

Parameters

text1
String
types1
Types
num1
Int32
flag1
Boolean

Applies to