C# Class System.ComponentModel.DebugExtendedPropertyDescriptor

Inheritance: PropertyDescriptor
Show file Open project: gbarnett/shared-source-cli-2.0

Public Methods

Method Description
CanResetValue ( object comp ) : bool
DebugExtendedPropertyDescriptor ( DebugReflectPropertyDescriptor extenderInfo, Type receiverType, IExtenderProvider provider ) : System.Diagnostics
DebugExtendedPropertyDescriptor ( DebugReflectPropertyDescriptor extenderInfo, Type receiverType, IExtenderProvider provider, Attribute attributes ) : System.Diagnostics
DebugExtendedPropertyDescriptor ( PropertyDescriptor extender, Attribute attributes ) : System.Diagnostics
GetChildProperties ( object instance, Attribute filter ) : PropertyDescriptorCollection
GetEditor ( Type editorBaseType ) : object
GetValue ( object comp ) : object
ResetValue ( object comp ) : void
SetValue ( object component, object value ) : void
ShouldSerializeValue ( object comp ) : bool

Method Details

CanResetValue() public method

public CanResetValue ( object comp ) : bool
comp object
return bool

DebugExtendedPropertyDescriptor() public method

public DebugExtendedPropertyDescriptor ( DebugReflectPropertyDescriptor extenderInfo, Type receiverType, IExtenderProvider provider ) : System.Diagnostics
extenderInfo DebugReflectPropertyDescriptor
receiverType System.Type
provider IExtenderProvider
return System.Diagnostics

DebugExtendedPropertyDescriptor() public method

public DebugExtendedPropertyDescriptor ( DebugReflectPropertyDescriptor extenderInfo, Type receiverType, IExtenderProvider provider, Attribute attributes ) : System.Diagnostics
extenderInfo DebugReflectPropertyDescriptor
receiverType System.Type
provider IExtenderProvider
attributes System.Attribute
return System.Diagnostics

DebugExtendedPropertyDescriptor() public method

public DebugExtendedPropertyDescriptor ( PropertyDescriptor extender, Attribute attributes ) : System.Diagnostics
extender PropertyDescriptor
attributes System.Attribute
return System.Diagnostics

GetChildProperties() public method

public GetChildProperties ( object instance, Attribute filter ) : PropertyDescriptorCollection
instance object
filter System.Attribute
return PropertyDescriptorCollection

GetEditor() public method

public GetEditor ( Type editorBaseType ) : object
editorBaseType System.Type
return object

GetValue() public method

public GetValue ( object comp ) : object
comp object
return object

ResetValue() public method

public ResetValue ( object comp ) : void
comp object
return void

SetValue() public method

public SetValue ( object component, object value ) : void
component object
value object
return void

ShouldSerializeValue() public method

public ShouldSerializeValue ( object comp ) : bool
comp object
return bool