Click or drag to resize

RecognitionRuleIdentityAttribute Class

Represents a meta-information about the recognition rule.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Dynamicweb.Analytics.Profiles.RecognitionRecognitionRuleIdentityAttribute

Namespace:  Dynamicweb.Analytics.Profiles.Recognition
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public class RecognitionRuleIdentityAttribute : Attribute

The RecognitionRuleIdentityAttribute type exposes the following members.

Constructors
  NameDescription
Public methodRecognitionRuleIdentityAttribute
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyDescription
Gets or sets the short description of the recognition rule.
Public propertyName
Gets or sets the name of the rule.
Top
See Also