Click or drag to resize

RecognitionRuleInfo Class

Provides information about the recognition rule. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Analytics.Profiles.RecognitionRecognitionRuleInfo

Namespace:  Dynamicweb.Analytics.Profiles.Recognition
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public sealed class RecognitionRuleInfo

The RecognitionRuleInfo type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets the description of the rule.
Public propertyIsSystem
Gets value indicating whether this is a standard rule.
Public propertyName
Gets the name of the rule.
Public propertyRuleType
Gets the underlying rule type information.
Top
Methods
  NameDescription
Public methodStatic memberGetInfo
Returns an information about specific recognition rule.
Top
See Also