C# Class PassFruit.Server.CiphertextDatastore.CiphertextDatastoreBase

Afficher le fichier Open project: bettiolo/PassFruit Class Usage Examples

Protected Properties

Свойство Type Description
UserId System.Guid

Méthodes publiques

Méthode Description
CiphertextDatastoreBase ( System.Guid userId ) : System
Delete ( System.Guid accountId ) : void
DeleteAll ( ) : void
Get ( System.Guid accountId ) : CiphertextDto
GetAll ( CiphertextStatus ciphertextStatus = CiphertextStatus.Active ) : PassFruit.Server.CiphertextDatastore.CiphertextDto[]
GetAllIds ( ) : System.Guid[]
Save ( CiphertextDto ciphertextDto ) : void

Méthodes protégées

Méthode Description
InternalSave ( CiphertextDto ciphertextDto ) : void

Private Methods

Méthode Description
IsMatchedByStatus ( CiphertextStatus ciphertextStatus, bool isDeleted ) : bool

Method Details

CiphertextDatastoreBase() public méthode

public CiphertextDatastoreBase ( System.Guid userId ) : System
userId System.Guid
Résultat System

Delete() public méthode

public Delete ( System.Guid accountId ) : void
accountId System.Guid
Résultat void

DeleteAll() public méthode

public DeleteAll ( ) : void
Résultat void

Get() public abstract méthode

public abstract Get ( System.Guid accountId ) : CiphertextDto
accountId System.Guid
Résultat CiphertextDto

GetAll() public méthode

public GetAll ( CiphertextStatus ciphertextStatus = CiphertextStatus.Active ) : PassFruit.Server.CiphertextDatastore.CiphertextDto[]
ciphertextStatus CiphertextStatus
Résultat PassFruit.Server.CiphertextDatastore.CiphertextDto[]

GetAllIds() public abstract méthode

public abstract GetAllIds ( ) : System.Guid[]
Résultat System.Guid[]

InternalSave() protected abstract méthode

protected abstract InternalSave ( CiphertextDto ciphertextDto ) : void
ciphertextDto CiphertextDto
Résultat void

Save() public méthode

public Save ( CiphertextDto ciphertextDto ) : void
ciphertextDto CiphertextDto
Résultat void

Property Details

UserId protected_oe property

protected Guid,System UserId
Résultat System.Guid