|   | DefaultAVPFormatterAddPropertyValues Method  | 
  
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic static void AddPropertyValues(
	DataObject dataObject,
	DataObjectType dataObjectType,
	Dictionary<int, ReferredObjectInfo> referredDataObjectKeyValues,
	List<string> result
)
Parameters
- dataObject
 - Type: Omada.OE.ModelDataObject
 - dataObjectType
 - Type: Omada.OE.ModelDataObjectType
 - referredDataObjectKeyValues
 - Type: System.Collections.GenericDictionaryInt32, ReferredObjectInfo
 - result
 - Type: System.Collections.GenericListString
 
See Also