C# Class PassFruit.Providers

Inheritance: IProviders
Afficher le fichier Open project: bettiolo/PassFruit Class Usage Examples

Méthodes publiques

Méthode Description
Add ( string key, string name, bool hasEmail, bool hasUserName, bool hasPassword, string url ) : void
GetByKey ( string providerKey ) : IProvider
GetEnumerator ( ) : IEnumerator
Providers ( ) : System

Private Methods

Méthode Description
IEnumerable ( ) : IEnumerator

Method Details

Add() public méthode

public Add ( string key, string name, bool hasEmail, bool hasUserName, bool hasPassword, string url ) : void
key string
name string
hasEmail bool
hasUserName bool
hasPassword bool
url string
Résultat void

GetByKey() public méthode

public GetByKey ( string providerKey ) : IProvider
providerKey string
Résultat IProvider

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

Providers() public méthode

public Providers ( ) : System
Résultat System