Click or drag to resize

DataObjectTypeControllerAddPropertyToDataObjectType Method (Int32, Int32, Boolean)

Adds a property to a data object type.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void AddPropertyToDataObjectType(
	int propertyId,
	int dataObjectTypeId,
	bool ignoreIfAlreadyPresent = false
)

Parameters

propertyId
Type: SystemInt32
Id of a property.
dataObjectTypeId
Type: SystemInt32
Id of a data object type.
ignoreIfAlreadyPresent (Optional)
Type: SystemBoolean
See Also