Click or drag to resize

CopyRuleField Constructor

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public CopyRuleField(
	int id,
	BaseProperty destinationProperty
)

Parameters

id
Type: SystemInt32
0 if new
destinationProperty
Type: Omada.OE.ModelBaseProperty
Property to copy values from a property or constant value
See Also