CustomFieldController Constructor

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.CustomFields
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public CustomFieldController(
	Form Window,
	IJiwaCustomFieldsGrid HostForm,
	JiwaGrid hostGrid,
	IJiwaBusinessLogic businessLogicHost,
	CustomFieldCollection customFields,
	IJiwaCustomFieldValues customFieldValuesHost
)
Public Sub New ( _
	Window As Form, _
	HostForm As IJiwaCustomFieldsGrid, _
	hostGrid As JiwaGrid, _
	businessLogicHost As IJiwaBusinessLogic, _
	customFields As CustomFieldCollection, _
	customFieldValuesHost As IJiwaCustomFieldValues _
)
public:
CustomFieldController(
	Form^ Window, 
	IJiwaCustomFieldsGrid^ HostForm, 
	JiwaGrid^ hostGrid, 
	IJiwaBusinessLogic^ businessLogicHost, 
	CustomFieldCollection^ customFields, 
	IJiwaCustomFieldValues^ customFieldValuesHost
)