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.Tracker
Assembly: 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 nameValueDescription
All15This action applies to Interactions, Individuals, Locations and Organizations.
Interactions1This action only applies to Interactions.
Individuals2This action only applies to Individuals.
Locations4This action only applies to Locations.
Organizations8This 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.

See Also