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

Inheritance: IUserAccountRepository
Afficher le fichier Open project: denismaster/dotnet01

Méthodes publiques

Méthode 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 méthode

public Add ( BrockAllen item ) : void
item BrockAllen
Résultat void

Convert() public méthode

public Convert ( User item ) : UserAccount
item Courses.Models.User
Résultat UserAccount

Create() public méthode

public Create ( ) : UserAccount
Résultat BrockAllen.MembershipReboot.UserAccount

GetByCertificate() public méthode

public GetByCertificate ( string tenant, string thumbprint ) : UserAccount
tenant string
thumbprint string
Résultat BrockAllen.MembershipReboot.UserAccount

GetByEmail() public méthode

public GetByEmail ( string tenant, string email ) : UserAccount
tenant string
email string
Résultat BrockAllen.MembershipReboot.UserAccount

GetByID() public méthode

public GetByID ( System.Guid id ) : UserAccount
id System.Guid
Résultat BrockAllen.MembershipReboot.UserAccount

GetByLinkedAccount() public méthode

public GetByLinkedAccount ( string tenant, string provider, string id ) : UserAccount
tenant string
provider string
id string
Résultat BrockAllen.MembershipReboot.UserAccount

GetByMobilePhone() public méthode

public GetByMobilePhone ( string tenant, string phone ) : UserAccount
tenant string
phone string
Résultat BrockAllen.MembershipReboot.UserAccount

GetByUsername() public méthode

public GetByUsername ( string username ) : UserAccount
username string
Résultat BrockAllen.MembershipReboot.UserAccount

GetByUsername() public méthode

public GetByUsername ( string tenant, string username ) : UserAccount
tenant string
username string
Résultat BrockAllen.MembershipReboot.UserAccount

GetByVerificationKey() public méthode

public GetByVerificationKey ( string key ) : UserAccount
key string
Résultat BrockAllen.MembershipReboot.UserAccount

Remove() public méthode

public Remove ( BrockAllen item ) : void
item BrockAllen
Résultat void

Update() public méthode

public Update ( BrockAllen item ) : void
item BrockAllen
Résultat void

UserAccountRepository() public méthode

public UserAccountRepository ( IAccountRepository repository ) : System
repository IAccountRepository
Résultat System