Click or drag to resize

TypeSearchMode Enumeration

Defines how type search must be performed during configuration stage

Namespace:  TrackerDog.Configuration
Assembly:  TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
public enum TypeSearchMode
Members
  Member nameValueDescription
All0 All types are elegible to be configured
AttributeConfigurationOnly1 Only types with ChangeTrackableAttribute are eleigble to be configured
See Also