메소드 | 설명 | |
---|---|---|
CanResetValue ( object component ) : bool | ||
GetValue ( object component ) : object | ||
ResetValue ( object component ) : void | ||
SetValue ( object component, object value ) : void | ||
ShouldSerializeValue ( object component ) : bool | ||
StaticPropertyPropertyDescriptor ( |
Initializes a new instance of the StaticPropertyPropertyDescriptor class.
|
메소드 | 설명 | |
---|---|---|
FillAttributes ( IList attributeList ) : void | ||
IsFiltered ( |
protected FillAttributes ( IList attributeList ) : void | ||
attributeList | IList | |
리턴 | void |
protected IsFiltered ( |
||
attribute | ||
리턴 | bool |
public SetValue ( object component, object value ) : void | ||
component | object | |
value | object | |
리턴 | void |
public ShouldSerializeValue ( object component ) : bool | ||
component | object | |
리턴 | bool |
public StaticPropertyPropertyDescriptor ( |
||
objectType | Type of the object. | |
propertyInfo | The property info. | |
keepOriginalCategoryAttribute | bool | if set to |
리턴 | System |