Click or drag to resize

Property Constructor (DataObjectVersionProperty, BaseProperty, String, KeyType)

Creates a Property(Action) based on a DataObjectVersionProperty. Constructor is used for serializing data objects. Also it is used by the survey feature.

Namespace:  Omada.OE.AppLogic.Serialization.Model
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public Property(
	DataObjectVersionProperty dovp,
	BaseProperty property,
	string propertyName = null,
	KeyType keyType = KeyType.No
)

Parameters

dovp
Type: Omada.OE.ModelDataObjectVersionProperty
property
Type: Omada.OE.ModelBaseProperty
propertyName (Optional)
Type: SystemString
If specified this name will be given to the Property(Action) instead of the property system name.
keyType (Optional)
Type: Omada.OE.AppLogic.Serialization.ModelKeyType
Denotes if the property (value) is part of either key1 or key2.
See Also