IOption
Less than 1 minute
IOption
Represents a custom option for a plugin config.
- Type: Interface
- Namespace: Melora.Plugins.Abstract
- Implements: INotifyPropertyChanged, INotifyPropertyChanging
public interface IOption : INotifyPropertyChanged, INotifyPropertyChanging
Methods
Copy
Creates a new object that is a copy of the current instance with the new value.
public abstract IOption Copy(
object value)
Parameter | Summary |
---|---|
object value | The new value of the copy. |
Properties
Name
The name of the option.
- Type: System.String
- Is Read Only:
True
Description
The description of the option.
- Type: System.String
- Is Read Only:
True
Value
The value of the option.
- Type: System.Object
- Is Read Only:
False