C# Class Profiles.Search.Modules.SearchPerson.SearchPerson

Show file Open project: ProfilesRNS/ProfilesRNS

Protected Properties

Property Type Description
chkExactphrase global::System.Web.UI.WebControls.CheckBox
ctcFirst global::Profiles.Search.Modules.SearchPerson.ComboTreeCheck
departmentallexcept global::System.Web.UI.WebControls.CheckBox
divisionallexcept global::System.Web.UI.WebControls.CheckBox
hdnSearch global::System.Web.UI.WebControls.HiddenField
hidList global::System.Web.UI.WebControls.HiddenField
hidURIs global::System.Web.UI.WebControls.HiddenField
institutionallexcept global::System.Web.UI.WebControls.CheckBox
lblSelectedItem global::System.Web.UI.WebControls.Label
litDepartment global::System.Web.UI.WebControls.Literal
litDivision global::System.Web.UI.WebControls.Literal
litFacRankScript global::System.Web.UI.WebControls.Literal
litInstitution global::System.Web.UI.WebControls.Literal
phDDLCHK global::System.Web.UI.WebControls.PlaceHolder
phDDLList global::System.Web.UI.WebControls.PlaceHolder
trDepartment global::System.Web.UI.HtmlControls.HtmlTableRow
trDivision global::System.Web.UI.HtmlControls.HtmlTableRow
trFacultyType global::System.Web.UI.HtmlControls.HtmlTableRow
trInstitution global::System.Web.UI.HtmlControls.HtmlTableRow
trOtherOptions global::System.Web.UI.HtmlControls.HtmlTableRow
txtFname global::System.Web.UI.WebControls.TextBox
txtLname global::System.Web.UI.WebControls.TextBox
txtSearchFor global::System.Web.UI.WebControls.TextBox

Private Properties

Property Type Description
BuildFacultyType void
BuildFilters void
ModifySearch void
Search void

Public Methods

Method Description
GetURLDomain ( ) : string
SearchPerson ( ) : System
SearchPerson ( XmlDocument pagedata, List moduleparams, XmlNamespaceManager pagenamespaces ) : System

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
BuildFacultyType ( ) : void
BuildFilters ( ) : void
ModifySearch ( ) : void
Search ( ) : void

Method Details

GetURLDomain() public method

public GetURLDomain ( ) : string
return string

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

SearchPerson() public method

public SearchPerson ( ) : System
return System

SearchPerson() public method

public SearchPerson ( XmlDocument pagedata, List moduleparams, XmlNamespaceManager pagenamespaces ) : System
pagedata XmlDocument
moduleparams List
pagenamespaces XmlNamespaceManager
return System

Property Details

chkExactphrase protected property

chkExactphrase control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkExactphrase
return global::System.Web.UI.WebControls.CheckBox

ctcFirst protected property

ctcFirst control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Profiles.Search.Modules.SearchPerson.ComboTreeCheck ctcFirst
return global::Profiles.Search.Modules.SearchPerson.ComboTreeCheck

departmentallexcept protected property

departmentallexcept control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox departmentallexcept
return global::System.Web.UI.WebControls.CheckBox

divisionallexcept protected property

divisionallexcept control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox divisionallexcept
return global::System.Web.UI.WebControls.CheckBox

hdnSearch protected property

hdnSearch control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HiddenField hdnSearch
return global::System.Web.UI.WebControls.HiddenField

hidList protected property

hidList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HiddenField hidList
return global::System.Web.UI.WebControls.HiddenField

hidURIs protected property

hidURIs control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HiddenField hidURIs
return global::System.Web.UI.WebControls.HiddenField

institutionallexcept protected property

institutionallexcept control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox institutionallexcept
return global::System.Web.UI.WebControls.CheckBox

lblSelectedItem protected property

lblSelectedItem control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblSelectedItem
return global::System.Web.UI.WebControls.Label

litDepartment protected property

litDepartment control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal litDepartment
return global::System.Web.UI.WebControls.Literal

litDivision protected property

litDivision control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal litDivision
return global::System.Web.UI.WebControls.Literal

litFacRankScript protected property

litFacRankScript control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal litFacRankScript
return global::System.Web.UI.WebControls.Literal

litInstitution protected property

litInstitution control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal litInstitution
return global::System.Web.UI.WebControls.Literal

phDDLCHK protected property

phDDLCHK control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder phDDLCHK
return global::System.Web.UI.WebControls.PlaceHolder

phDDLList protected property

phDDLList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder phDDLList
return global::System.Web.UI.WebControls.PlaceHolder

trDepartment protected property

trDepartment control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlTableRow trDepartment
return global::System.Web.UI.HtmlControls.HtmlTableRow

trDivision protected property

trDivision control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlTableRow trDivision
return global::System.Web.UI.HtmlControls.HtmlTableRow

trFacultyType protected property

trFacultyType control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlTableRow trFacultyType
return global::System.Web.UI.HtmlControls.HtmlTableRow

trInstitution protected property

trInstitution control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlTableRow trInstitution
return global::System.Web.UI.HtmlControls.HtmlTableRow

trOtherOptions protected property

trOtherOptions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlTableRow trOtherOptions
return global::System.Web.UI.HtmlControls.HtmlTableRow

txtFname protected property

txtFname control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtFname
return global::System.Web.UI.WebControls.TextBox

txtLname protected property

txtLname control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtLname
return global::System.Web.UI.WebControls.TextBox

txtSearchFor protected property

txtSearchFor control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtSearchFor
return global::System.Web.UI.WebControls.TextBox