C# Класс Acrolinx.Sdk.Sidebar.Util.Changetracking.Lookup

In most host applications the DocumentModel can not be used to track the changes the user made to the source content. The lookup is used to adjust the offset changes makde by the user.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Lookup ( string originalText ) : System
Lookup ( string originalText, LookupStrategy strategy ) : System
Search ( string currentText ) : IReadOnlyList
Search ( string currentText, IReadOnlyList ranges ) : IReadOnlyList

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

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

public Lookup ( string originalText ) : System
originalText string
Результат System

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

public Lookup ( string originalText, LookupStrategy strategy ) : System
originalText string
strategy LookupStrategy
Результат System

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

public Search ( string currentText ) : IReadOnlyList
currentText string
Результат IReadOnlyList

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

public Search ( string currentText, IReadOnlyList ranges ) : IReadOnlyList
currentText string
ranges IReadOnlyList
Результат IReadOnlyList