DataSourcePropertyAttribute Properties
Applied to business classes‘ reference and collection properties. Specifies the name of a collection property used as the data source for a List View displayed in a Lookup Property Editor or invoked by the LinkUnlinkController.LinkAction Action in a popup window.
Name | Description |
---|---|
Data |
Returns a name of a business class collection property, serving as a source for the Lookup Property Editor of the target Object type business class property. |
Data |
Indicates criteria for filtering the List View of the target property’s Lookup Property Editor, in case the Data |
Data |
Specifies the Lookup Property Editor’s data source, in case the collection property specified by the Data |
Type |
When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute. |
Used |
Gets names of properties that affect lookup list construction for the current data source property. |
See Also