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

Provides a simple property descriptor that is obtained through a method. The method should be a read method that has no parameters and returns an object.

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

Syntax

Visual Basic (Declaration)
Public Class SimpleAccessorPropertyDescriptor _
	Inherits PropertyDescriptor
C#
public class SimpleAccessorPropertyDescriptor : PropertyDescriptor
Visual C++
public ref class SimpleAccessorPropertyDescriptor : public PropertyDescriptor

Inheritance Hierarchy

System.Object
  System.ComponentModel.MemberDescriptor
    System.ComponentModel.PropertyDescriptor
      net.esper.events.property.SimpleAccessorPropertyDescriptor