Click or drag to resize

FormControllerFormFieldContainsProperty Method (Int32, Int32, FixedField)

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public bool FormFieldContainsProperty(
	int formFieldId,
	out int propertyId,
	out FixedField fixedField
)

Parameters

formFieldId
Type: SystemInt32
propertyId
Type: SystemInt32
fixedField
Type: Omada.OE.ModelFixedField

Return Value

Type: Boolean
See Also