Returns True indicating this is a composite mediator
Source position: fpobserver.pp line 235
public class function TBaseListMediator.CompositeMediator: Boolean; override; |
Always True for list mediators
The CompositeMediator method returns True for list mediators, indicating they handle multiple objects rather than single property mediation. This affects how the mediator manager registers and selects mediators.
Composite mediators work without specific property names and handle entire object relationships rather than individual property synchronization.