[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Accessor style defines the methods of a class that are automatically exposed via event property.
The following tables list the members exposed by the AccessorStyleEnum type.
Public Fields
Name | Description | |
---|---|---|
![]() ![]() | EXPLICIT | Expose only the explicitly configured properties and public members as event properties. |
![]() ![]() | NATIVE | Expose properties only, plus explicitly configured properties. |
![]() ![]() | PUBLIC | Expose all public properties and public members as event properties, plus explicitly configured properties. |