C# Class SimTelemetry.Objects.HyperType.ChainingPropertyDescriptor

Inheritance: System.ComponentModel.PropertyDescriptor
Afficher le fichier Open project: nlhans/SimTelemetry

Méthodes publiques

Méthode Description
AddValueChanged ( object component, EventHandler handler ) : void
CanResetValue ( object component ) : bool
Equals ( object obj ) : bool
GetChildProperties ( object instance, Attribute filter ) : PropertyDescriptorCollection
GetEditor ( Type editorBaseType ) : object
GetHashCode ( ) : int
GetValue ( object component ) : object
RemoveValueChanged ( object component, EventHandler handler ) : void
ResetValue ( object component ) : void
SetValue ( object component, object value ) : void
ShouldSerializeValue ( object component ) : bool
ToString ( ) : string

Méthodes protégées

Méthode Description
ChainingPropertyDescriptor ( PropertyDescriptor root ) : System

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

ChainingPropertyDescriptor() protected méthode

protected ChainingPropertyDescriptor ( PropertyDescriptor root ) : System
root System.ComponentModel.PropertyDescriptor
Résultat System

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetChildProperties() public méthode

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

GetEditor() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetValue() public méthode

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

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

ToString() public méthode

public ToString ( ) : string
Résultat string