[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

An EventPropertyGetter that uses the internal PropertyDescriptor provided by the ComponentModel.

Namespace: net.esper.events
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Class ComponentPropertyDescriptorGetter _
	Implements EventPropertyGetter
C#
public class ComponentPropertyDescriptorGetter : EventPropertyGetter
Visual C++
public ref class ComponentPropertyDescriptorGetter : EventPropertyGetter

Inheritance Hierarchy

System.Object
  net.esper.events.ComponentPropertyDescriptorGetter