Click or drag to resize

ContextMemberFilter Enumeration

Flags to filter which members of a context should be used.

Namespace:  Slash.Unity.DataBind.Core.Utils
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
[FlagsAttribute]
public enum ContextMemberFilter
Members
  Member nameValueDescription
None0 No members should be used.
Methods1 Methods should be included.
Properties2 Properties should be included.
Fields4 Fields should be included.
Contexts8 Sub contexts should be included.
Recursive16 Sub contexts should be handled, too, to include their members as well.
Triggers32 Triggers should be included.
All-1 All members of this context and all sub contexts recursively should be used.
See Also