IUsesPlaceholder
Interface for objects that use placeholders which need to be replaced with real instances.
Namespace: ControlBee.Interfaces
Methods
ReplacePlaceholder
Replaces placeholder references with real instances from the placeholder manager.
void ReplacePlaceholder(PlaceholderManager manager);
Parameters:
manager— The placeholder manager containing the real instance mappings.