B-Arts DocumentationIndice generale

IBUtenteEntrato

Identità

  • Namespace: B.BInterfaces

  • Assembly: BFramework

  • Tipo: interface

  • Interfacce: IBClassBase

  • Sorgente API: versione 5.0.0

Scopo

Definisce il contratto pubblico IBUtenteEntrato del namespace B.BInterfaces.

Dichiarazione

public interface IBUtenteEntrato : IBClassBase

Proprietà

Proprietà Tipo Accesso
Attivo bool get/set
DataCreazione DateTime? get/set
DataScadenza DateTime? get/set
DataUltimoCambioPwd DateTime? get/set
Developer bool get/set
Dominio string get/set
IDAccesso int get
IDPolicyPwd int get/set
IDProfilo int get/set
IDSistema int get/set
Password string get/set
Username string get/set
UtentePadre IBUtenteEntrato? get/set

Metodi

  • bool CheckChangePwd()

  • eEsitoLogin CheckLogin(string username, string password, eAuthType tipoLogin)

  • bool OtherCheckBefore()

  • bool WriteEntry()

  • bool WriteExit()

Tipi annidati

eAuthType

WINDOWS, NONE

eEsitoLogin

bOk, bLoginFallito, bPwdScaduta, bNonAttivo, bOtherBefore

Esempi

Consultare IBUtenteEntrato - Esempi.