Method | Description | |
---|---|---|
CanResetValue ( object component ) : bool | ||
GetValue ( object component ) : object | ||
ResetValue ( object component ) : void | ||
SetValue ( object component, object value ) : void | ||
SettingPropertyDescriptor ( ICoreShell coreShell, IConfigurationSetting setting ) : System | ||
ShouldSerializeValue ( object component ) : bool |
Method | Description | |
---|---|---|
FillAttributes ( IList attributeList ) : void |
public CanResetValue ( object component ) : bool | ||
component | object | |
return | bool |
protected FillAttributes ( IList attributeList ) : void | ||
attributeList | IList | |
return | void |
public GetValue ( object component ) : object | ||
component | object | |
return | object |
public ResetValue ( object component ) : void | ||
component | object | |
return | void |
public SetValue ( object component, object value ) : void | ||
component | object | |
value | object | |
return | void |
public SettingPropertyDescriptor ( ICoreShell coreShell, IConfigurationSetting setting ) : System | ||
coreShell | ICoreShell | |
setting | IConfigurationSetting | |
return | System |
public ShouldSerializeValue ( object component ) : bool | ||
component | object | |
return | bool |