Click or drag to resize
BBISHomePage Class
BBISHomePage
Inheritance Hierarchy
SystemObject
  Blackbaud.UAT.BaseBaseComponent
    Blackbaud.UAT.Core.Bbis.PagesBBISHomePage

Namespace: Blackbaud.UAT.Core.Bbis.Pages
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public class BBISHomePage : BaseComponent

The BBISHomePage type exposes the following members.

Constructors
  NameDescription
Public methodBBISHomePage
Initializes a new instance of the BBISHomePage class
Top
Properties
  NameDescription
Public propertyStatic memberBaseUrl
Return the config value for BBIS BaseUrl (BBISBaseUrl)
Public propertyTitle
Return the default page title
(Overrides BaseComponentTitle.)
Public propertyStatic memberVirtualPath
Return URL config postfix for BBIS (BBISHomeUrl)
Top
Methods
  NameDescription
Public methodStatic memberCheckLayoutSearchResultsContain
Check layout search results contain for passed string
Public methodStatic memberDeleteLayout
Delete a layout
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberFilterLayoutByName
Filters Layout by the Name provided
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 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.)
Public methodStatic memberLogin
Logon with the credentials specified in the config file.
Public methodStatic memberLoginAs
What it says - takes Credentials of the form "username:password".
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberNewLayout
Create a new layout
Public methodStatic memberOpenImageLibrary
Open the BBIS Image Library
Public methodStatic memberOpenLayoutGallery
Open the BBIS Layout Gallery
Public methodStatic memberSetTextField
Set the value of a field by copy pasting the value into the field and sending a Tab keystroke.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic membergetXFilterByNameButton
XPath for the search Filter by Button
Public fieldStatic membergetXFilterByNameField
XPath for the search Filter by Name Field
Public fieldStatic membergetXLayoutGridNameField
XPath for the Layout Grid Name Field
Public fieldStatic membergetXLayoutSearchResultsLine
XPath for the Layout Search Results Line
Public fieldStatic membergetXLoginButton
XPath for the Loging button
Public fieldStatic membergetXNewLayoutButton
XPath for the New Layout Button
Public fieldStatic membergetXNewLayoutLayoutDescription
XPath for the New Layout Layout Description
Public fieldStatic membergetXNewLayoutLayoutName
XPath for the New Layout Layout Name
Public fieldStatic membergetXNewLayoutNextButton
XPath for the New Layout Next Button
Public fieldStatic membergetXNewLayoutSaveButton
XPath for the New Layout Save Button
Public fieldStatic membergetXPasswordField
XPath for Password field
Public fieldStatic membergetXUserNameField
Xpath for User Name field
Top
See Also