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.
|
System.
|
System.
|
Properties
ComponentType
Declaration
public override Type ComponentType { get; }
Property Value
System.
|
IsReadOnly
Declaration
public override bool IsReadOnly { get; }
Property Value
System.
|
PropertyType
Declaration
public override Type PropertyType { get; }
Property Value
System.
|
Methods
CanResetValue(Object)
Declaration
public override bool CanResetValue(object component)
Parameters
System.
|
Returns
System.
|
GetValue(Object)
Declaration
public override object GetValue(object component)
Parameters
System.
|
Returns
System.
|
ResetValue(Object)
Declaration
public override void ResetValue(object component)
Parameters
System.
|
SetValue(Object, Object)
Declaration
public override void SetValue(object component, object value)
Parameters
System.
|
System.
|
ShouldSerializeValue(Object)
Declaration
public override bool ShouldSerializeValue(object component)
Parameters
System.
|
Returns
System.
|