C# Class FFN._Default

This page will create the FFN object and then show you how to call the different methods to return the information that you want. The first thing you need to do is register for an API Key at FantasyFootballNerd.com. When you register for one, enter into the ApiKey variable below. You won't be able to get data without an API key.
Inheritance: System.Web.UI.Page
Show file Open project: marcneuwirth/FantasyFootballNerdAPI.NET

Protected Properties

Property Type Description
DraftRankings global::System.Web.UI.HtmlControls.HtmlGenericControl
GameWeek global::System.Web.UI.WebControls.DropDownList
GridView1 global::System.Web.UI.WebControls.GridView
Heading global::System.Web.UI.WebControls.Literal
Limit global::System.Web.UI.WebControls.TextBox
Literal1 global::System.Web.UI.WebControls.Literal
Literal2 global::System.Web.UI.WebControls.Literal
Literal3 global::System.Web.UI.WebControls.Literal
Literal4 global::System.Web.UI.WebControls.Literal
PlayerDetails global::System.Web.UI.HtmlControls.HtmlGenericControl
Position global::System.Web.UI.WebControls.DropDownList
SOS global::System.Web.UI.WebControls.DropDownList
form1 global::System.Web.UI.HtmlControls.HtmlForm
pGameWeek global::System.Web.UI.HtmlControls.HtmlGenericControl
pPosition global::System.Web.UI.HtmlControls.HtmlGenericControl
pSubmit global::System.Web.UI.HtmlControls.HtmlGenericControl
playerId global::System.Web.UI.WebControls.TextBox
submit global::System.Web.UI.WebControls.Button

Protected Methods

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

Method Details

Page_Load() protected method

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

Property Details

DraftRankings protected property

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

GameWeek protected property

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

GridView1 protected property

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

Heading protected property

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

Limit protected property

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

Literal1 protected property

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

Literal2 protected property

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

Literal3 protected property

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

Literal4 protected property

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

PlayerDetails protected property

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

Position protected property

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

SOS protected property

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

form1 protected property

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

pGameWeek protected property

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

pPosition protected property

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

pSubmit protected property

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

playerId protected property

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

submit protected property

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