Click or drag to resize

DataObjectControllerGetReferencePropertyControlValues Method

Overload List
  NameDescription
Public methodGetReferencePropertyControlValues(String, IEnumerableIDataObject)
Returns a collection of reference property control values. If a ReferencePropertyDisplayValueResolver has been implemented this is used to "override" the display values of the referred data objects.
Public methodGetReferencePropertyControlValues(String, IEnumerableInt32)
Returns a collection of reference property control values. The method looks up the data object type ids and display names of the referred data objects. If a ReferencePropertyDisplayValueResolver has been implemented this is used to "override" the display values of the referred data objects. The method doesn't respect the security model. Data objects are returned even if they are marked as deleted.
Top
See Also