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

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

Syntax


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

Parameters

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