C# Класс PassFruit.Server.CiphertextDatastore.CiphertextDatastoreBase

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
UserId System.Guid

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
InternalSave ( CiphertextDto ciphertextDto ) : void

Приватные методы

Метод Описание
IsMatchedByStatus ( CiphertextStatus ciphertextStatus, bool isDeleted ) : bool

Описание методов

CiphertextDatastoreBase() публичный Метод

public CiphertextDatastoreBase ( System.Guid userId ) : System
userId System.Guid
Результат System

Delete() публичный Метод

public Delete ( System.Guid accountId ) : void
accountId System.Guid
Результат void

DeleteAll() публичный Метод

public DeleteAll ( ) : void
Результат void

Get() публичный абстрактный Метод

public abstract Get ( System.Guid accountId ) : CiphertextDto
accountId System.Guid
Результат CiphertextDto

GetAll() публичный Метод

public GetAll ( CiphertextStatus ciphertextStatus = CiphertextStatus.Active ) : PassFruit.Server.CiphertextDatastore.CiphertextDto[]
ciphertextStatus CiphertextStatus
Результат PassFruit.Server.CiphertextDatastore.CiphertextDto[]

GetAllIds() публичный абстрактный Метод

public abstract GetAllIds ( ) : System.Guid[]
Результат System.Guid[]

InternalSave() защищенный абстрактный Метод

protected abstract InternalSave ( CiphertextDto ciphertextDto ) : void
ciphertextDto CiphertextDto
Результат void

Save() публичный Метод

public Save ( CiphertextDto ciphertextDto ) : void
ciphertextDto CiphertextDto
Результат void

Описание свойств

UserId защищенное свойство

protected Guid,System UserId
Результат System.Guid