C# Class Courses.Gui.Client.Models.MembershipReboot.UserAccountRepository

Inheritance: IUserAccountRepository
Show file Open project: denismaster/dotnet01

Public Methods

Method Description
Add ( BrockAllen item ) : void
Convert ( User item ) : UserAccount
Create ( ) : UserAccount
GetByCertificate ( string tenant, string thumbprint ) : UserAccount
GetByEmail ( string tenant, string email ) : UserAccount
GetByID ( System.Guid id ) : UserAccount
GetByLinkedAccount ( string tenant, string provider, string id ) : UserAccount
GetByMobilePhone ( string tenant, string phone ) : UserAccount
GetByUsername ( string username ) : UserAccount
GetByUsername ( string tenant, string username ) : UserAccount
GetByVerificationKey ( string key ) : UserAccount
Remove ( BrockAllen item ) : void
Update ( BrockAllen item ) : void
UserAccountRepository ( IAccountRepository repository ) : System

Method Details

Add() public method

public Add ( BrockAllen item ) : void
item BrockAllen
return void

Convert() public method

public Convert ( User item ) : UserAccount
item Courses.Models.User
return UserAccount

Create() public method

public Create ( ) : UserAccount
return BrockAllen.MembershipReboot.UserAccount

GetByCertificate() public method

public GetByCertificate ( string tenant, string thumbprint ) : UserAccount
tenant string
thumbprint string
return BrockAllen.MembershipReboot.UserAccount

GetByEmail() public method

public GetByEmail ( string tenant, string email ) : UserAccount
tenant string
email string
return BrockAllen.MembershipReboot.UserAccount

GetByID() public method

public GetByID ( System.Guid id ) : UserAccount
id System.Guid
return BrockAllen.MembershipReboot.UserAccount

GetByLinkedAccount() public method

public GetByLinkedAccount ( string tenant, string provider, string id ) : UserAccount
tenant string
provider string
id string
return BrockAllen.MembershipReboot.UserAccount

GetByMobilePhone() public method

public GetByMobilePhone ( string tenant, string phone ) : UserAccount
tenant string
phone string
return BrockAllen.MembershipReboot.UserAccount

GetByUsername() public method

public GetByUsername ( string username ) : UserAccount
username string
return BrockAllen.MembershipReboot.UserAccount

GetByUsername() public method

public GetByUsername ( string tenant, string username ) : UserAccount
tenant string
username string
return BrockAllen.MembershipReboot.UserAccount

GetByVerificationKey() public method

public GetByVerificationKey ( string key ) : UserAccount
key string
return BrockAllen.MembershipReboot.UserAccount

Remove() public method

public Remove ( BrockAllen item ) : void
item BrockAllen
return void

Update() public method

public Update ( BrockAllen item ) : void
item BrockAllen
return void

UserAccountRepository() public method

public UserAccountRepository ( IAccountRepository repository ) : System
repository IAccountRepository
return System