[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 field. The field should be a public instance field.

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

Syntax

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

Inheritance Hierarchy

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