C# Class System.ComponentModel.TypeConverter.SimplePropertyDescriptor

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

Public Methods

Method Description
CanResetValue ( object component ) : bool
ResetValue ( object component ) : void
ShouldSerializeValue ( object component ) : bool

Protected Methods

Method 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 method

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

ResetValue() public method

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

ShouldSerializeValue() public method

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

SimplePropertyDescriptor() protected method

protected SimplePropertyDescriptor ( Type componentType, string name, Type propertyType ) : Microsoft.Win32
componentType Type
name string
propertyType Type
return Microsoft.Win32

SimplePropertyDescriptor() protected method

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