C# Class Epiworx.Business.Security.BusinessIdentity

Inheritance: IBusinessIdentity
Afficher le fichier Open project: mattruma/epiworx-csla Class Usage Examples

Méthodes publiques

Méthode Description
BusinessIdentity ( ) : System
GetCurrentIdentity ( ) : BusinessIdentity

Méthodes protégées

Méthode Description
Fetch ( BusinessIdentityData data ) : void

Private Methods

Méthode Description
DataPortal_Fetch ( BusinessIdentityDataCriteria criteria ) : void
GetIdentity ( string name ) : BusinessIdentity
GetIdentity ( string name, string password ) : BusinessIdentity

Method Details

BusinessIdentity() public méthode

public BusinessIdentity ( ) : System
Résultat System

Fetch() protected méthode

protected Fetch ( BusinessIdentityData data ) : void
data BusinessIdentityData
Résultat void

GetCurrentIdentity() public static méthode

public static GetCurrentIdentity ( ) : BusinessIdentity
Résultat BusinessIdentity