Click or drag to resize

DataExchangeFld Constructor (Int32, BaseProperty, String)

Construct a field map based on a property and a field name

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public DataExchangeFld(
	int id,
	BaseProperty property,
	string name
)

Parameters

id
Type: SystemInt32
property
Type: Omada.OE.ModelBaseProperty
name
Type: SystemString
See Also