Class ShouldSerializeCheckingPropertyDescriptor
Inheritance
System.Object
ShouldSerializeCheckingPropertyDescriptor
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class ShouldSerializeCheckingPropertyDescriptor : PropertyDescriptor
Constructors
ShouldSerializeCheckingPropertyDescriptor(PropertyDescriptor, Attribute[])
Declaration
public ShouldSerializeCheckingPropertyDescriptor(PropertyDescriptor originalDescriptor, Attribute[] atts)
Parameters
Type |
Name |
Description |
System.ComponentModel.PropertyDescriptor |
originalDescriptor |
|
System.Attribute[] |
atts |
|
Properties
ComponentType
Declaration
public override Type ComponentType { get; }
Property Value
IsReadOnly
Declaration
public override bool IsReadOnly { get; }
Property Value
PropertyType
Declaration
public override Type PropertyType { get; }
Property Value
Methods
CanResetValue(Object)
Declaration
public override bool CanResetValue(object component)
Parameters
Type |
Name |
Description |
System.Object |
component |
|
Returns
GetValue(Object)
Declaration
public override object GetValue(object component)
Parameters
Type |
Name |
Description |
System.Object |
component |
|
Returns
ResetValue(Object)
Declaration
public override void ResetValue(object component)
Parameters
Type |
Name |
Description |
System.Object |
component |
|
SetValue(Object, Object)
Declaration
public override void SetValue(object component, object value)
Parameters
Type |
Name |
Description |
System.Object |
component |
|
System.Object |
value |
|
ShouldSerializeValue(Object)
Declaration
public override bool ShouldSerializeValue(object component)
Parameters
Type |
Name |
Description |
System.Object |
component |
|
Returns