| DataObjectTypeGetPropertyIdsByDisplayNameFormat Method |
Returns propertyId integerlist for the properties selected for DisplayNameFormat of the given type.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic static IntegerList GetPropertyIdsByDisplayNameFormat(
DataObjectType type,
string displayNameFormat
)
Parameters
- type
- Type: Omada.OE.ModelDataObjectType
data object type in which the properties will be searched - displayNameFormat
- Type: SystemString
display name format string, eg '[FIRSTNAME]-[LASTNAME]'
Return Value
Type:
IntegerList
See Also