PropertyFilter Enumeration
Flag based filter for GetAvailableProperties of ObjectProxy
Definition
Namespace: Articy.Api
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
C#
[FlagsAttribute]
public enum PropertyFilterMembers
| None | 0x00 | get no properties |
| Base | 0x01 | only get properties from the underlying object |
| Custom | 0x02 | only get custom properties that were introduced by features |
| All | 0x03 | get all available properties |