C# 클래스 Tigwi.UI.Models.Storage.StorageUserModel

The user model adapter.
상속: StorageEntityModel, IUserModel
파일 보기 프로젝트 열기: ismaelbelghiti/Tigwi

Private Properties

프로퍼티 타입 설명
PopulateApiKeys void
Repopulate void
Save bool

공개 메소드들

메소드 설명
DeactivateApiKey ( System.Guid apiKey ) : void
GenerateApiKey ( string applicationName ) : System.Guid
StorageUserModel ( IStorage storage, StorageContext storageContext, System.Guid id ) : System

비공개 메소드들

메소드 설명
PopulateApiKeys ( ) : void
Repopulate ( ) : void
Save ( ) : bool

메소드 상세

DeactivateApiKey() 공개 메소드

public DeactivateApiKey ( System.Guid apiKey ) : void
apiKey System.Guid
리턴 void

GenerateApiKey() 공개 메소드

public GenerateApiKey ( string applicationName ) : System.Guid
applicationName string
리턴 System.Guid

StorageUserModel() 공개 메소드

public StorageUserModel ( IStorage storage, StorageContext storageContext, System.Guid id ) : System
storage IStorage
storageContext StorageContext
id System.Guid
리턴 System