Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
FillAttributes ( IList attributeList ) : void | ||
IsFiltered ( |
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 |
protected IsFiltered ( |
||
attribute | ||
return | bool |
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 |
public StaticPropertyPropertyDescriptor ( |
||
objectType | Type of the object. | |
propertyInfo | The property info. | |
keepOriginalCategoryAttribute | bool | if set to |
return | System |