Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:3500:0400:0430 [2023/04/05 06:25] – removed - external edit (Unknown date) 127.0.0.1docs:3500:0400:0430 [2023/05/03 01:31] (current) sean
Line 1: Line 1:
 +{{tag>Programmers_Reference IChannelSettingsEditor}}
 +[<10>]
 +===== Implementing Channel Settings Editor =====
 +
 +If a channel supports the specific settings that need to be specified by the user in the Configuration Tool a Channel Settings Editor needs to be written (the fully qualified name of the editor must be returned by the class implementing ''[[docs:3500:0400:0420|IChannelType]]'' interface – see [[docs:3500:0400:0410:0412]]). The Channel Settings Editor is the class implementing the ''IChannelSettingsEditor'' interface. 
 +
 +The following methods must be implemented:
 +{{topic>methods +ichannelsettingseditor&notags}}
 +
 +
 +