C# Class PassFruit.Providers

Inheritance: IProviders
Show file Open project: bettiolo/PassFruit Class Usage Examples

Public Methods

Method 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

Method Description
IEnumerable ( ) : IEnumerator

Method Details

Add() public method

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
return void

GetByKey() public method

public GetByKey ( string providerKey ) : IProvider
providerKey string
return IProvider

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

Providers() public method

public Providers ( ) : System
return System