Click or drag to resize

DataObjectVersionValuePropertyToString Method (AppFormatInfo, Boolean)

When the property is with log, this method only returns the text value from the current version (and not the entire log)

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public override string ToString(
	AppFormatInfo formatInfo,
	bool forInputField
)

Parameters

formatInfo
Type: Omada.OE.ModelAppFormatInfo
forInputField
Type: SystemBoolean

Return Value

Type: String
See Also