Click or drag to resize

FieldContainerGetValue Method (DataObjectVersion, AppFormatInfo)

Returns the value for the field from the provided DataObjectVersion.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public string GetValue(
	DataObjectVersion dataObjVersion,
	AppFormatInfo formatInfo
)

Parameters

dataObjVersion
Type: Omada.OE.ModelDataObjectVersion
formatInfo
Type: Omada.OE.ModelAppFormatInfo

Return Value

Type: String
See Also