[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
Name | Description | |
---|---|---|
![]() | 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 | Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |