SearchQueryFilePersistent - конструктор
Пространство имён: Tessa.Views.SearchQueriesСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public SearchQueryFilePersistent(
[NotNullAttribute] IExchangeFormatInterpreter exchangeFormatInterpreter,
[NotNullAttribute] IIndentationStrategy indentationStrategy,
[NotNullAttribute] IConverter<IJsonSearchQueryMetadata, ISearchQueryMetadata> converter
)
Public Sub New (
<NotNullAttribute> exchangeFormatInterpreter As IExchangeFormatInterpreter,
<NotNullAttribute> indentationStrategy As IIndentationStrategy,
<NotNullAttribute> converter As IConverter(Of IJsonSearchQueryMetadata, ISearchQueryMetadata)
)
public:
SearchQueryFilePersistent(
[NotNullAttribute] IExchangeFormatInterpreter^ exchangeFormatInterpreter,
[NotNullAttribute] IIndentationStrategy^ indentationStrategy,
[NotNullAttribute] IConverter<IJsonSearchQueryMetadata^, ISearchQueryMetadata^>^ converter
)
new :
[<NotNullAttribute>] exchangeFormatInterpreter : IExchangeFormatInterpreter *
[<NotNullAttribute>] indentationStrategy : IIndentationStrategy *
[<NotNullAttribute>] converter : IConverter<IJsonSearchQueryMetadata, ISearchQueryMetadata> -> SearchQueryFilePersistent
Параметры
- exchangeFormatInterpreter IExchangeFormatInterpreter
-
- indentationStrategy IIndentationStrategy
- Стратегия выравнивания текста
- converter IConverterIJsonSearchQueryMetadata, ISearchQueryMetadata
-