Click or drag to resize
ConstituentPanel Class
Class to handle interactions for the 'Constituent' panel.
Inheritance Hierarchy

Namespace: Blackbaud.UAT.Core.Crm.Panels
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public class ConstituentPanel : Panel

The ConstituentPanel type exposes the following members.

Constructors
  NameDescription
Public methodConstituentPanel
Initializes a new instance of the ConstituentPanel class
Top
Properties
  NameDescription
Public propertyTitle
Return the default page title
(Inherited from BaseComponent.)
Top
Methods
  NameDescription
Public methodStatic memberAddConstituency
Add a constituency under the 'Personal Info' => 'Constituencies' tab.
Public methodStatic memberAddMajorGivingPlan
Add a major giving plan to a prospect constituent.
Public methodStatic memberAddNote
Add a Note in the 'Documentation and Interactions' => 'Constituent Documentation' tab
Public methodStatic memberAddNotification
Add a Notification to the specified Note in the 'Documentation and Interactions' => 'Constituent Documentation' tab.
Public methodStatic memberAddTeamMember
Add a prospect team member from the 'Prospect' => 'Prospect Team' tab. Constituent may need to have the 'Prospect' constituency for this tab to be displayed.
Public methodStatic memberAddTeamRole
Add Team Member Role through the 'Add a prospect team member' dialog.
Public methodStatic memberClickConstituentLink
Follow the specified constituency link.
Public methodStatic memberConstituencyExists
Check if a constituency exists on the 'Personal Info' => 'Constituencies' tab.
Public methodStatic memberDeleteConstituency
Delete constituency by constituency
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetConstituentTypeText
Return the Constituent Type text from the TopBar on the ConstituentPanel
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodStatic membergetXNotification
XPath to find a notification on a Constituent panel.
Public methodStatic memberGoToPlan
Navigate the plan panel of an existing plan for the constituent.
Public methodStatic memberIsBirthDate
Check the Birth Date of the constituent.
Public methodStatic memberIsConstituentPanelHeader
Check if the Constituent panel header has the expected text.
Public methodStatic memberIsLastName
Checks if the constituent record panel has the provided last name.
Public methodStatic memberIsStateAddress
Check the State address of the constituent.
Public methodStatic memberIsTitle
Check the Title of the constituent.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberNotificationExists
Check if a Notification exists for the provided Note.
Public methodStatic memberPlanExists
Check if a plan exists for the constituent.
Public methodStatic memberSelectInfoTab
Select Info tab based on constituent type Text in the Panel Header
Protected methodStatic memberSelectNote
Select a Note.
Public methodStatic memberStartToAddAPlan
Start to add a plan to the prospect constituent.
Public methodStatic memberTeamMemberExists
Check if a prospect team member exists.
Public methodStatic memberTeamRoleExists
Check if a Team Member Role exists when adding a Prospect team member through the 'Add a prospect team member' dialog.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic membergetXYesReallyDelete
XPath for Delete Yes action
Top
See Also