| ContactPersonaEvaluator Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Personas
 Syntax
Syntaxpublic sealed class ContactPersonaEvaluator : IContactPersonaEvaluator
The ContactPersonaEvaluator type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ContactPersonaEvaluator | 
            Initializes a new instance of the ContactPersonaEvaluator class.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | ReevaluateAllContacts | 
            Reevaluates all contacts and assigns them to proper persona.
             | 
|  | ReevaluateAllContactsAsync | 
            Reevaluates all contacts and assigns them to proper persona asynchronously.
             | 
|  | ReevaluateContact | 
            Reevaluates given contact and finds proper persona the contact should be assigned to.
             | 
|  | ReevaluateContactAsync | 
            Reevaluates given contact and finds proper persona the contact should be assigned to asynchronously.
             | 
|  | ReevaluateContacts | 
            Reevaluates given contacts and assigns them to proper persona.
             | 
|  | ReevaluateContactsAsync | 
            Reevaluates given contacts and assigns them to proper persona.
             | 
 Remarks
Remarks See Also
See Also