Method | Description | |
---|---|---|
CanResetValue ( object component ) : bool | ||
GetValue ( object component ) : object | ||
PluginSettingsPropertyDescriptor ( IPluginSettings pluginSettings ) : System | ||
ResetValue ( object component ) : void | ||
SetValue ( object component, object value ) : void | ||
ShouldSerializeValue ( object component ) : bool |
Method | Description | |
---|---|---|
BuildAttributeArray ( IPluginSettings pluginSettings ) : System.Attribute[] |
public CanResetValue ( object component ) : bool | ||
component | object | |
return | bool |
public GetValue ( object component ) : object | ||
component | object | |
return | object |
public PluginSettingsPropertyDescriptor ( IPluginSettings pluginSettings ) : System | ||
pluginSettings | IPluginSettings | |
return | System |
public ResetValue ( object component ) : void | ||
component | object | |
return | void |
public SetValue ( object component, object value ) : void | ||
component | object | |
value | object | |
return | void |
public ShouldSerializeValue ( object component ) : bool | ||
component | object | |
return | bool |