PropertyFilter Enumeration

Flag based filter for GetAvailableProperties of ObjectProxy

Definition

Namespace: Articy.Api
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
C#
[FlagsAttribute]
public enum PropertyFilter

Members

None0x00 get no properties
Base0x01 only get properties from the underlying object
Custom0x02 only get custom properties that were introduced by features
All0x03 get all available properties

See Also