TermMode Enumeration

Term Filter Mode.

Definition

Namespace: MFiles.VAF.Configuration.IntelligenceServices
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public enum TermMode

Members

NotMapped 0 No value has yet been selected.
SpecificPropertyMode 1 The filter is to be based off of a specific property.
AnyPropertyMode 2 The filter is to be based off of a Value List Type ( so it works for any property targeting the value list ).

See Also