C# Class System.ComponentModel.DebugReflectPropertyDescriptor

Inheritance: PropertyDescriptor
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
ExtenderCanResetValue bool
ExtenderGetReceiverType System.Type
ExtenderGetType System.Type
ExtenderGetValue object
ExtenderResetValue void
ExtenderSetValue void
ExtenderShouldSerializeValue bool
GetDebugInvokee object

Méthodes publiques

Méthode Description
AddValueChanged ( object component, EventHandler handler ) : void
CanResetValue ( object component ) : bool
DebugReflectPropertyDescriptor ( Type componentClass, PropertyDescriptor oldReflectPropertyDescriptor, Attribute attributes ) : System.Runtime.Serialization.Formatters
DebugReflectPropertyDescriptor ( Type componentClass, string name, Type type, Attribute attributes ) : System.Runtime.Serialization.Formatters
DebugReflectPropertyDescriptor ( Type componentClass, string name, Type type, PropertyInfo propInfo, MethodInfo getMethod, MethodInfo setMethod, Attribute attrs ) : System.Runtime.Serialization.Formatters
DebugReflectPropertyDescriptor ( Type componentClass, string name, Type type, Type receiverType, MethodInfo getMethod, MethodInfo setMethod, Attribute attrs ) : System.Runtime.Serialization.Formatters
GetChildProperties ( object instance, Attribute filter ) : PropertyDescriptorCollection
GetEditor ( Type editorBaseType ) : object
GetValue ( object component ) : object
RemoveValueChanged ( object component, EventHandler handler ) : void
ResetValue ( object component ) : void
SetValue ( object component, object value ) : void
ShouldSerializeValue ( object component ) : bool

Méthodes protégées

Méthode Description
FillAttributes ( IList attributes ) : void
OnValueChanged ( object component, EventArgs e ) : void

Private Methods

Méthode Description
ExtenderCanResetValue ( IExtenderProvider provider, object component ) : bool
ExtenderGetReceiverType ( ) : Type
ExtenderGetType ( IExtenderProvider provider ) : Type
ExtenderGetValue ( IExtenderProvider provider, object component ) : object
ExtenderResetValue ( IExtenderProvider provider, object component, PropertyDescriptor notifyDesc ) : void
ExtenderSetValue ( IExtenderProvider provider, object component, object value, PropertyDescriptor notifyDesc ) : void
ExtenderShouldSerializeValue ( IExtenderProvider provider, object component ) : bool
GetDebugInvokee ( Type componentClass, object component ) : object

Method Details

AddValueChanged() public méthode

public AddValueChanged ( object component, EventHandler handler ) : void
component object
handler EventHandler
Résultat void

CanResetValue() public méthode

public CanResetValue ( object component ) : bool
component object
Résultat bool

DebugReflectPropertyDescriptor() public méthode

public DebugReflectPropertyDescriptor ( Type componentClass, PropertyDescriptor oldReflectPropertyDescriptor, Attribute attributes ) : System.Runtime.Serialization.Formatters
componentClass System.Type
oldReflectPropertyDescriptor PropertyDescriptor
attributes System.Attribute
Résultat System.Runtime.Serialization.Formatters

DebugReflectPropertyDescriptor() public méthode

public DebugReflectPropertyDescriptor ( Type componentClass, string name, Type type, Attribute attributes ) : System.Runtime.Serialization.Formatters
componentClass System.Type
name string
type System.Type
attributes System.Attribute
Résultat System.Runtime.Serialization.Formatters

DebugReflectPropertyDescriptor() public méthode

public DebugReflectPropertyDescriptor ( Type componentClass, string name, Type type, PropertyInfo propInfo, MethodInfo getMethod, MethodInfo setMethod, Attribute attrs ) : System.Runtime.Serialization.Formatters
componentClass System.Type
name string
type System.Type
propInfo System.Reflection.PropertyInfo
getMethod System.Reflection.MethodInfo
setMethod System.Reflection.MethodInfo
attrs System.Attribute
Résultat System.Runtime.Serialization.Formatters

DebugReflectPropertyDescriptor() public méthode

public DebugReflectPropertyDescriptor ( Type componentClass, string name, Type type, Type receiverType, MethodInfo getMethod, MethodInfo setMethod, Attribute attrs ) : System.Runtime.Serialization.Formatters
componentClass System.Type
name string
type System.Type
receiverType System.Type
getMethod System.Reflection.MethodInfo
setMethod System.Reflection.MethodInfo
attrs System.Attribute
Résultat System.Runtime.Serialization.Formatters

FillAttributes() protected méthode

protected FillAttributes ( IList attributes ) : void
attributes IList
Résultat void

GetChildProperties() public méthode

public GetChildProperties ( object instance, Attribute filter ) : PropertyDescriptorCollection
instance object
filter System.Attribute
Résultat PropertyDescriptorCollection

GetEditor() public méthode

public GetEditor ( Type editorBaseType ) : object
editorBaseType System.Type
Résultat object

GetValue() public méthode

public GetValue ( object component ) : object
component object
Résultat object

OnValueChanged() protected méthode

protected OnValueChanged ( object component, EventArgs e ) : void
component object
e System.EventArgs
Résultat void

RemoveValueChanged() public méthode

public RemoveValueChanged ( object component, EventHandler handler ) : void
component object
handler EventHandler
Résultat void

ResetValue() public méthode

public ResetValue ( object component ) : void
component object
Résultat void

SetValue() public méthode

public SetValue ( object component, object value ) : void
component object
value object
Résultat void

ShouldSerializeValue() public méthode

public ShouldSerializeValue ( object component ) : bool
component object
Résultat bool