C# Class Lending.ReadModels.Relational.AuthenticatedUser

Afficher le fichier Open project: joshilewis/lending Class Usage Examples

Méthodes publiques

Méthode Description
AuthenticatedUser ( System.Guid id, string userName, string email, string picture, IList authenticationProviders ) : System

Méthodes protégées

Méthode Description
AuthenticatedUser ( ) : System

Method Details

AuthenticatedUser() protected méthode

protected AuthenticatedUser ( ) : System
Résultat System

AuthenticatedUser() public méthode

public AuthenticatedUser ( System.Guid id, string userName, string email, string picture, IList authenticationProviders ) : System
id System.Guid
userName string
email string
picture string
authenticationProviders IList
Résultat System