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

Configuration information for legacy event types.

The following tables list the members exposed by the ConfigurationEventTypeLegacy type.

Public Methods

  NameDescription
AddFieldProperty
Adds the named event property backed by the named accessor field.

AddMethodProperty
Adds the named event property backed by the named accessor method. The accessor method is expected to be a public method with no parameters for simple event properties, or with a single integer parameter for indexed event properties, or with a single String parameter for mapped event properties.

Equals (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
ToString (Inherited from Object.)

Protected Methods

  NameDescription
Finalize (Inherited from Object.)
MemberwiseClone (Inherited from Object.)

Public Constructors

  NameDescription
ConfigurationEventTypeLegacyNew
Ctor.

Public Properties

  NameDescription
AccessorStyle
Gets or sets the accessor style.

CodeGeneration
Gets or sets the code generation. Thus controls whether or not the engine generates code for access to event property values.

FieldProperties
Returns a list of descriptors specifying explicitly configured field names and their property name.

MethodProperties
Returns a list of descriptors specifying explicitly configured method names and their property name.