Click or drag to resize

DataObjectReferencePathDisplayFormat Field

Contains a display format used to obtain textual values of the data objects found using the reference path. The display format may contain fixed text and variable text in the form of properties and fixed fields. Properties must be stated by their system name enclosed in square brackets (example: [NAME]). Fixed fields must be stated by their name enclosed in square brackets (example: [Assignee]). Example: "His name is: [FNAME] [LNAME]" DisplayFormat can be null in which case the display names of the data objects found using the reference path are used.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public readonly string DisplayFormat

Field Value

Type: String
See Also