| FormSectionField Constructor (Int32, Int32, Int32, FixedField) |
Form sectin field constructor
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic FormSectionField(
int id,
int formSectionId,
int dataObjectTypeId,
FixedField fixedField
)
Parameters
- id
- Type: SystemInt32
- formSectionId
- Type: SystemInt32
- dataObjectTypeId
- Type: SystemInt32
- fixedField
- Type: Omada.OE.ModelFixedField
See Also