| DataExchangeFld Constructor (Int32, FixedField, String) |
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
Syntaxpublic DataExchangeFld(
int id,
FixedField fixedField,
string name
)
Parameters
- id
- Type: SystemInt32
- fixedField
- Type: Omada.OE.ModelFixedField
- name
- Type: SystemString
See Also