Click or drag to resize

Property Constructor (BaseProperty, KeyType, String, String)

Constructor is used for deserializing 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(
	BaseProperty property,
	KeyType keyType,
	string propertyName = null,
	string targetKeyProperty = null
)

Parameters

property
Type: Omada.OE.ModelBaseProperty
keyType
Type: Omada.OE.AppLogic.Serialization.ModelKeyType
propertyName (Optional)
Type: SystemString
If specified this name will be given to the Property(Action) instead of the property system name.
targetKeyProperty (Optional)
Type: SystemString
Only relevant when the property is a reference property. If specified (not null) then the importer will look for a value in the property - instead of in the key property stated on the data object type. Must denote a value property w. data type text or integer
See Also