Table of Contents

Class NumericRecordConverter.PropertyDescriptorWrapper

Namespace
Bonsai
Assembly
Bonsai.Core.dll

Represents a class used for providing custom property metadata for an object.

protected class NumericRecordConverter.PropertyDescriptorWrapper : TypeConverter.SimplePropertyDescriptor
Inheritance
NumericRecordConverter.PropertyDescriptorWrapper
Inherited Members

Constructors

PropertyDescriptorWrapper(string, PropertyDescriptor, Attribute[])

Initializes a new instance of the NumericRecordConverter.PropertyDescriptorWrapper class.

Methods

GetValue(object)

Gets the current value of the property on a component.

SetValue(object, object)

Sets a property of the component to a different value.