Click or drag to resize

MasterDetailEngine Constructor (Type, Type, CommonSelector, String)

Initializes a new instance of the MasterDetailEngine class with the specified type of records.

Namespace:  FileHelpers.MasterDetail
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public MasterDetailEngine(
	Type masterType,
	Type detailType,
	CommonSelector action,
	string selector
)

Parameters

masterType
Type: SystemType
The master record class.
detailType
Type: SystemType
The detail record class.
action
Type: FileHelpers.MasterDetailCommonSelector
The CommonSelector used by the engine (only for read operations)
selector
Type: SystemString
The string passed as the selector.
See Also