C# Класс strICT.InFlow.Db.StoreHandler

central class that returns the actual store implementations
Показать файл Открыть проект

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

Метод Описание
getConfigStore ( string dbConnectionString ) : IConfigStore
getMessageStore ( string dbConnectionString ) : IMessageStore

get the message-store

getProcessStore ( string dbConnectionString ) : IProcessStore

get the process-store

getTaskStore ( string dbConnectionString ) : ITaskStore

get the task-store

getUserStore ( string dbConnectionString ) : IUserStore

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

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

public static getConfigStore ( string dbConnectionString ) : IConfigStore
dbConnectionString string
Результат IConfigStore

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

get the message-store
public static getMessageStore ( string dbConnectionString ) : IMessageStore
dbConnectionString string database connectionstring
Результат IMessageStore

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

get the process-store
public static getProcessStore ( string dbConnectionString ) : IProcessStore
dbConnectionString string database connectionstring
Результат IProcessStore

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

get the task-store
public static getTaskStore ( string dbConnectionString ) : ITaskStore
dbConnectionString string database connectionstring
Результат ITaskStore

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

public static getUserStore ( string dbConnectionString ) : IUserStore
dbConnectionString string
Результат IUserStore