C# Class Fish360Project.Account.OpenAuthProviders

Inheritance: System.Web.UI.UserControl
Afficher le fichier Open project: jannunzi/dev

Protected Properties

Свойство Type Description
providerDetails global::System.Web.UI.WebControls.ListView

Méthodes publiques

Méthode Description
GetProviderNames ( ) : IEnumerable

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

GetProviderNames() public méthode

public GetProviderNames ( ) : IEnumerable
Résultat IEnumerable

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

providerDetails protected_oe property

providerDetails control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ListView providerDetails
Résultat global::System.Web.UI.WebControls.ListView