Click or drag to resize

DataObjectControllerUpdateDataObjectDisplayNames Method (DataObjectType)

Method updates all objects of specific DataObjectType to set their DisplayName to the format specified in the DataObjectType. It also refreshes the SearchData for the data objects.

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

Parameters

dataObjectType
Type: Omada.OE.ModelDataObjectType
See Also