메소드 | 설명 | |
---|---|---|
CanResetValue ( object component ) : bool |
When overridden in a derived class, returns whether resetting an object changes its value.
|
|
ResetValue ( object component ) : void |
When overridden in a derived class, resets the value for this property of the component to the default value.
|
|
SetValue ( object component, object value ) : void |
When overridden in a derived class, sets the value of the component to a different value.
|
|
ShouldSerializeValue ( object component ) : bool |
When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted.
|
메소드 | 설명 | |
---|---|---|
BaseMemberPropertyDescriptor ( |
Initializes a new instance of the BaseMemberPropertyDescriptor class.
|
|
FillAttributes ( IList attributeList ) : void | ||
IsFiltered ( |
protected BaseMemberPropertyDescriptor ( |
||
info | ||
name | string | The name. |
리턴 | System |
public CanResetValue ( object component ) : bool | ||
component | object | The component to test for reset capability. |
리턴 | bool |
protected FillAttributes ( IList attributeList ) : void | ||
attributeList | IList | |
리턴 | void |
protected IsFiltered ( |
||
attribute | ||
리턴 | bool |
public ResetValue ( object component ) : void | ||
component | object | The component with the property value that is to be reset to the default value. |
리턴 | void |
public SetValue ( object component, object value ) : void | ||
component | object | The component with the property value that is to be set. |
value | object | The new value. |
리턴 | void |
public ShouldSerializeValue ( object component ) : bool | ||
component | object | The component with the property to be examined for persistence. |
리턴 | bool |