C# Class GSinPV.MainPage

Inheritance: System.Windows.Controls.UserControl
Show file Open project: jenndox/Developer-Community-Customization

Public Properties

Property Type Description
StyleImages string[]

Public Methods

Method Description
MainPage ( ) : System
getCommunities ( string queryString ) : void

Private Methods

Method Description
AddMorePeople ( string data ) : void
AddMoreTopics ( string data ) : void
InitializeComponent ( ) : void
PassCompanyData ( string data ) : void
PassPeopleData ( string data ) : void
PassTopicData ( string data ) : void
basicAdorner_CommandsRequested ( object sender, PivotViewerCommandsRequestedEventArgs e ) : void
peopleAdorner_CommandsRequested ( object sender, PivotViewerCommandsRequestedEventArgs e ) : void
topicAdorner_CommandsRequested ( object sender, PivotViewerCommandsRequestedEventArgs e ) : void

Method Details

MainPage() public method

public MainPage ( ) : System
return System

getCommunities() public method

public getCommunities ( string queryString ) : void
queryString string
return void

Property Details

StyleImages public property

public string[] StyleImages
return string[]