CustomLineFieldController Constructor
Namespace:
JiwaFinancials.Jiwa.JiwaApplication.CustomFields
Assembly: JiwaApplication (in JiwaApplication.dll)
Assembly: JiwaApplication (in JiwaApplication.dll)
Syntax
public CustomLineFieldController( Form Window, IJiwaCustomFieldsGrid HostForm, JiwaGrid hostGrid, IJiwaBusinessLogic businessLogicHost, CustomFieldCollection customFields, IJiwaLineCustomFieldValuesHostCollection customFieldValuesHostCollection, string HostGridKeyColumn )
Public Sub New ( _ Window As Form, _ HostForm As IJiwaCustomFieldsGrid, _ hostGrid As JiwaGrid, _ businessLogicHost As IJiwaBusinessLogic, _ customFields As CustomFieldCollection, _ customFieldValuesHostCollection As IJiwaLineCustomFieldValuesHostCollection, _ HostGridKeyColumn As String _ )
public: CustomLineFieldController( Form^ Window, IJiwaCustomFieldsGrid^ HostForm, JiwaGrid^ hostGrid, IJiwaBusinessLogic^ businessLogicHost, CustomFieldCollection^ customFields, IJiwaLineCustomFieldValuesHostCollection^ customFieldValuesHostCollection, String^ HostGridKeyColumn )
Parameters
- Window
- Type: Form
- businessLogicHost
- Type: JiwaFinancials.Jiwa.JiwaApplication..::..IJiwaBusinessLogic
- customFieldValuesHostCollection
- Type: JiwaFinancials.Jiwa.JiwaApplication..::..IJiwaLineCustomFieldValuesHostCollection
- HostGridKeyColumn
- Type: String