Click or drag to resize

PropertyNameAttribute Class

[Missing <summary> documentation for "T:com.espertech.esper.compat.magic.PropertyNameAttribute"]

Inheritance Hierarchy
SystemAttribute
  com.espertech.esper.compat.magicPropertyNameAttribute

Namespace:  com.espertech.esper.compat.magic
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public class PropertyNameAttribute : Attribute

The PropertyNameAttribute type exposes the following members.

Constructors
  NameDescription
Public methodPropertyNameAttribute
Initializes a new instance of the PropertyNameAttribute class.
Public methodPropertyNameAttribute(String)
Initializes a new instance of the PropertyNameAttribute class.
Top
Properties
  NameDescription
Public propertyName
Gets or sets the name.
Top
Methods
  NameDescription
Public methodToString
Returns a String that represents the current Object.
Top
See Also