B-Arts DocumentationIndice generale

BSocialUser

Linea B-Arts classica: questa scheda descrive BStandardFramework (.NET Standard 2.0). Non usare firme o namespace come se appartenessero al BFramework moderno .NET 10.

Identità

  • Assembly/progetto: BStandardFramework.

  • Target: .NET Standard 2.0.

  • Namespace CLR: BArts.BNet.BSocial.

  • Nome completo: BArts.BNet.BSocial.BSocialUser.

  • Tipo: class.

  • Ambito: runtime/interfaccia pubblica.

Ruolo

Autenticazione e profili dei provider social della linea classica.

Dichiarazione

Public Class BSocialUser

Costruttori

Nome Dichiarazione
New Public Sub New(User As BSocialUserMicrosoft)
New Public Sub New(User As BSocialUserGoogle)
New Public Sub New(User As BSocialUserApple)

Proprietà

Nome Dichiarazione
ID Public Property ID As String
Nome Public Property Nome As String
Cognome Public Property Cognome As String
Email Public Property Email As String
UrlPicture Public Property UrlPicture As String
Picture Public Property Picture As Byte()
MicrosoftUser Public Property MicrosoftUser As BSocialUserMicrosoft
GoogleUser Public Property GoogleUser As BSocialUserGoogle
AppleUser Public Property AppleUser As BSocialUserApple

Sorgenti verificati

  • Net\BSocial\BSocialUser.vb