XPathExtensionFunctions Constructor

Namespace:  Microsoft.Dynamics.AX.Framework.Expression.Model
Assembly:  Microsoft.Dynamics.AX.Framework.Expression.Model (in Microsoft.Dynamics.AX.Framework.Expression.Model.dll)

public:
XPathExtensionFunctions(
	int _minArgs, 
	int _maxArgs, 
	XPathResultType _returnType, 
	array<XPathResultType>^ _argTypes, 
	String^ _functionName
)

Parameters

_minArgs
Type: System.Int32
_maxArgs
Type: System.Int32
_returnType
Type: System.Xml.XPath.XPathResultType
_argTypes
Type: System.Xml.XPath.XPathResultType[]
_functionName
Type: System.String

Community Additions

ADD
Show: