Click or drag to resize

DataExchangeFld Constructor (Int32, FixedField)

Construct a field based on a FixedField

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public DataExchangeFld(
	int id,
	FixedField fixedField
)

Parameters

id
Type: SystemInt32
fixedField
Type: Omada.OE.ModelFixedField
See Also