Click or drag to resize

FormSectionWithFieldsCompareItems Method

Foretager sammenligning af FormSectionFields med en anden FormSection. Der returneres en liste af de FormSectionFields som enten ikke findes i formSectionCompare eller hvis indhold adskiller sig fra det tilsvarende FormSectionField i formSectionCompare.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public FormSectionFields CompareItems(
	FormSectionWithFields formSectionCompare
)

Parameters

formSectionCompare
Type: Omada.OE.ModelFormSectionWithFields

Return Value

Type: FormSectionFields
See Also