This enum consists of a set of Tracker types that certain methods use to limit their
result set. For instance, the method GetTrackerAttributeTypes(AppliesToTypes) uses
this enum to determine which TrackerAttributeTypes to fetch. An input value of AppliesToTypes.Individuals
would cause the Tracker subsystem to return only TrackerAttributeTypes that are used for
Individuals.
Namespace: ININ.IceLib.TrackerAssembly: ININ.IceLib.Tracker (in ININ.IceLib.Tracker.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
[FlagsAttribute] public enum AppliesToTypes |
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration AppliesToTypes |
Members
Member name | Value | Description | |
---|---|---|---|
All | 15 | This action applies to Interactions, Individuals, Locations and Organizations. | |
Interactions | 1 | This action only applies to Interactions. | |
Individuals | 2 | This action only applies to Individuals. | |
Locations | 4 | This action only applies to Locations. | |
Organizations | 8 | This action only applies to Organizations. |
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.