|  | ConstituentsFunctionalArea Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Blackbaud.UAT.Core.Crm
 Syntax
SyntaxThe ConstituentsFunctionalArea type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ConstituentsFunctionalArea | Initializes a new instance of the ConstituentsFunctionalArea class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Title | 
            Return the default page title
            (Inherited from BaseComponent.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|   | AddAnIndividual(String, String) | 
            Open the dialog to add an individual.
             | 
|   | AddAnIndividual(TableRow, String, String) | 
            Open the dialog to add an individual, set the fields to the provided values, and save.
             | 
|   | AddAnIndividual(TableRow, String, String, Int32) | 
            Open the dialog to add an individual, set the fields to the provided values, and save.
             | 
|   | ConstituentExists | 
            Determine if at least a single matching constituent can be found based on the provided
            search field value and select it.  Selects the first returned result, or cancels the search 
            dialog if no results are found.
             | 
|   | ConstituentSearch | 
            Search for a constituent and navigate to the first returned result.  An Exception is thrown if
            no results are found.
             | 
|  | Equals | (Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|   | OpenConstituentSearchDialog | 
            Open the Constituent search dialog
             | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also