DestinationProperty Constructor (String, String, Action<(Of <(<'Inventory, String, String, array<String>[]()[][], Int32, Mapping>)>)>, array<String>[]()[][])

Namespace:  JiwaFinancials.Jiwa.JiwaInventory.Import
Assembly:  JiwaInventory (in JiwaInventory.dll)

Syntax


public DestinationProperty(
	string RecID,
	string Caption,
	Action<Inventory, string, string, string[], int, Mapping> SetterMethod,
	string[] Aliases
)
Public Sub New ( _
	RecID As String, _
	Caption As String, _
	SetterMethod As Action(Of Inventory, String, String, String(), Integer, Mapping), _
	Aliases As String() _
)
public:
DestinationProperty(
	String^ RecID, 
	String^ Caption, 
	Action<Inventory^, String^, String^, array<String^>^, int^, Mapping^>^ SetterMethod, 
	array<String^>^ Aliases
)

Parameters

RecID
Type: String
Caption
Type: String
SetterMethod
Type: Action<(Of <(<'Inventory, String, String, array<String>[]()[][], Int32, Mapping>)>)>
Aliases
Type: array<String>[]()[][]