Click or drag to resize

DataObjectControllerUpdateDataObjectDisplayName Method (DataObjectType, DataObject)

Updates the displayname of a single dataobject.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void UpdateDataObjectDisplayName(
	DataObjectType dataObjectType,
	DataObject dataObject
)

Parameters

dataObjectType
Type: Omada.OE.ModelDataObjectType
dataObject
Type: Omada.OE.ModelDataObject
See Also