C# Class Oglr.Core.DictionaryPropertyDescriptor

Inheritance: System.ComponentModel.PropertyDescriptor
Show file Open project: SteveDunn/oglr Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CanResetValue ( object component ) : bool
DictionaryPropertyDescriptor ( CustomProperties customProperties, string key, Attribute attrs ) : System
GetEditor ( Type editorBaseType ) : object
GetValue ( object component ) : object
Remove ( string name ) : void
ResetValue ( object component ) : void
SetValue ( object component, object value ) : void
ShouldSerializeValue ( object component ) : bool

Method Details

CanResetValue() public method

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

DictionaryPropertyDescriptor() public method

public DictionaryPropertyDescriptor ( CustomProperties customProperties, string key, Attribute attrs ) : System
customProperties CustomProperties
key string
attrs System.Attribute
return System

GetEditor() public method

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

GetValue() public method

public GetValue ( object component ) : object
component object
return object

Remove() public method

public Remove ( string name ) : void
name string
return void

ResetValue() public method

public ResetValue ( object component ) : void
component 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 component ) : bool
component object
return bool