C# Class Tigwi.UI.Models.Storage.StorageUserModel

The user model adapter.
Inheritance: StorageEntityModel, IUserModel
Afficher le fichier Open project: ismaelbelghiti/Tigwi

Private Properties

Свойство Type Description
PopulateApiKeys void
Repopulate void
Save bool

Méthodes publiques

Méthode Description
DeactivateApiKey ( System.Guid apiKey ) : void
GenerateApiKey ( string applicationName ) : System.Guid
StorageUserModel ( IStorage storage, StorageContext storageContext, System.Guid id ) : System

Private Methods

Méthode Description
PopulateApiKeys ( ) : void
Repopulate ( ) : void
Save ( ) : bool

Method Details

DeactivateApiKey() public méthode

public DeactivateApiKey ( System.Guid apiKey ) : void
apiKey System.Guid
Résultat void

GenerateApiKey() public méthode

public GenerateApiKey ( string applicationName ) : System.Guid
applicationName string
Résultat System.Guid

StorageUserModel() public méthode

public StorageUserModel ( IStorage storage, StorageContext storageContext, System.Guid id ) : System
storage IStorage
storageContext StorageContext
id System.Guid
Résultat System