Click or drag to resize

DataExchangeFld Constructor (Int32, Int32, String)

Construct a field based on a PropertyID

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

Parameters

id
Type: SystemInt32
propertyId
Type: SystemInt32
name
Type: SystemString
See Also