Class AutomationPropertyDescriptor
Inheritance
System.Object
AutomationPropertyDescriptor
Namespace: ArtOfTest.Common.Design.Extensibility.Descriptors
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class AutomationPropertyDescriptor : PropertyDescriptor
Constructors
AutomationPropertyDescriptor(PropertyDescriptor, Boolean, Attribute[])
Declaration
public AutomationPropertyDescriptor(PropertyDescriptor descriptor, bool isReadOnly, Attribute[] attrs)
Parameters
System.ComponentModel.PropertyDescriptor
descriptor
|
System.Boolean
isReadOnly
|
System.Attribute[]
attrs
|
Properties
ComponentType
Declaration
public override Type ComponentType { get; }
Property Value
System.Type
|
IsReadOnly
Declaration
public override bool IsReadOnly { get; }
Property Value
System.Boolean
|
PropertyType
Declaration
public override Type PropertyType { get; }
Property Value
System.Type
|
Methods
CanResetValue(Object)
Declaration
public override bool CanResetValue(object component)
Parameters
System.Object
component
|
Returns
System.Boolean
|
GetValue(Object)
Declaration
public override object GetValue(object component)
Parameters
System.Object
component
|
Returns
System.Object
|
ResetValue(Object)
Declaration
public override void ResetValue(object component)
Parameters
System.Object
component
|
SetValue(Object, Object)
Declaration
public override void SetValue(object component, object value)
Parameters
System.Object
component
|
System.Object
value
|
ShouldSerializeValue(Object)
Declaration
public override bool ShouldSerializeValue(object component)
Parameters
System.Object
component
|
Returns
System.Boolean
|