C# Class SimTelemetry.Objects.HyperType.HyperTypeDescriptor

http://www.codeproject.com/Articles/18450/HyperDescriptor-Accelerated-dynamic-property-acces Used in Data logger.
Inheritance: System.ComponentModel.CustomTypeDescriptor
Show file Open project: nlhans/SimTelemetry Class Usage Examples

Public Methods

Method Description
GetProperties ( ) : PropertyDescriptorCollection
GetProperties ( Attribute attributes ) : PropertyDescriptorCollection

Private Methods

Method Description
HyperTypeDescriptor ( ) : System
HyperTypeDescriptor ( ICustomTypeDescriptor parent ) : System
TryCreatePropertyDescriptor ( PropertyDescriptor &descriptor ) : bool
WrapProperties ( PropertyDescriptorCollection oldProps ) : PropertyDescriptorCollection

Method Details

GetProperties() public final method

public final GetProperties ( ) : PropertyDescriptorCollection
return System.ComponentModel.PropertyDescriptorCollection

GetProperties() public final method

public final GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
attributes System.Attribute
return System.ComponentModel.PropertyDescriptorCollection