C# Class System.ComponentModel.TypeConverter.SimplePropertyDescriptor

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

Méthodes publiques

Méthode Description
CanResetValue ( object component ) : bool
ResetValue ( object component ) : void
ShouldSerializeValue ( object component ) : bool

Méthodes protégées

Méthode Description
SimplePropertyDescriptor ( Type componentType, string name, Type propertyType ) : Microsoft.Win32
SimplePropertyDescriptor ( Type componentType, string name, Type propertyType, Attribute attributes ) : Microsoft.Win32

Method Details

CanResetValue() public méthode

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

ResetValue() public méthode

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

ShouldSerializeValue() public méthode

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

SimplePropertyDescriptor() protected méthode

protected SimplePropertyDescriptor ( Type componentType, string name, Type propertyType ) : Microsoft.Win32
componentType Type
name string
propertyType Type
Résultat Microsoft.Win32

SimplePropertyDescriptor() protected méthode

protected SimplePropertyDescriptor ( Type componentType, string name, Type propertyType, Attribute attributes ) : Microsoft.Win32
componentType Type
name string
propertyType Type
attributes Attribute
Résultat Microsoft.Win32