Represents a container class that encapsulates an instance of a plugin implementing the IBotPlugin interface.
More...
|
| IBotPlugin | Plugin [get, set] |
| | Gets or sets the plugin associated with the current plugin container.
|
| bool | Enabled [get, set] |
| | Gets or sets a value indicating whether the plugin is currently enabled.
|
|
| PropertyChangedEventHandler | PropertyChanged |
| | Occurs when a property value changes within this instance.
|
Represents a container class that encapsulates an instance of a plugin implementing the IBotPlugin interface.
◆ Equals()
Determines whether the specified PluginContainer instance is equal to the current instance.
- Parameters
-
- Returns
- True if the specified instance is equal to the current instance; otherwise, false.
◆ OnPropertyChanged()
| virtual void ff14bot.Managers.PluginContainer.OnPropertyChanged |
( |
[CallerMemberName] string | propertyName = null | ) |
|
|
protectedvirtual |
◆ Enabled
| bool ff14bot.Managers.PluginContainer.Enabled |
|
getset |
Gets or sets a value indicating whether the plugin is currently enabled.
True if the plugin is enabled, otherwise false.
◆ Plugin
| IBotPlugin ff14bot.Managers.PluginContainer.Plugin |
|
getset |
Gets or sets the plugin associated with the current plugin container.
The plugin instance that implements the IBotPlugin interface.
◆ PropertyChanged
| PropertyChangedEventHandler ff14bot.Managers.PluginContainer.PropertyChanged |
Occurs when a property value changes within this instance.