| FieldContainerGetValue Method (DataObjectVersion, AppFormatInfo, String, Boolean) |
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
Syntaxpublic string GetValue(
DataObjectVersion dataObjVersion,
AppFormatInfo formatInfo,
string defaultValue,
bool uiv2
)
Parameters
- dataObjVersion
- Type: Omada.OE.ModelDataObjectVersion
- formatInfo
- Type: Omada.OE.ModelAppFormatInfo
- defaultValue
- Type: SystemString
- uiv2
- Type: SystemBoolean
date will be formatted as DateTime.ToString("o")
Return Value
Type:
String
See Also