Discussion
CSC
ES
Last activity: 6 Jan 2016 7:31 EST
Data Model Quiz - Property field references this property
Hi all, I am doing the quick of data model section and I would need some clarification for this question and could someone explain me how works the linked properties?
Quiz - In a Section rule, a property field references this property .pyResolvedUserID.pyWorkstationID with .pyResolvedUserID defined as a linked property in the Work- class and pyWorkstationID being a property in the linked class Data-Admin-Operator-ID. In which class is the section rule defined? (Choose One)
Work- or a class derived from it
Data-Admin-Operator-ID
None of the above
@baseclass
The linked property loads an instance of the linked class. You can access properties in the linked property similar to accessing properties in a page property. The section rule must be in the Work- class or a class derived from it since that is where the pyResolvedUserID is defined.