C# Class Acrolinx.Sdk.Sidebar.Util.Adapter.IAdapterContract

Inheritance: IAdapter
Afficher le fichier Open project: acrolinx/acrolinx-sidebar-demo-dotnet

Méthodes publiques

Méthode Description
Extract ( Format format ) : string
ReplaceRanges ( IReadOnlyList matches, DocumentModel model, Format format ) : void
SelectRanges ( IReadOnlyList matches, DocumentModel model, Format format ) : void

Private Methods

Méthode Description
IAdapterContract ( ) : System

Method Details

Extract() public méthode

public Extract ( Format format ) : string
format Format
Résultat string

ReplaceRanges() public méthode

public ReplaceRanges ( IReadOnlyList matches, DocumentModel model, Format format ) : void
matches IReadOnlyList
model Acrolinx.Sdk.Sidebar.Util.Changetracking.DocumentModel
format Format
Résultat void

SelectRanges() public méthode

public SelectRanges ( IReadOnlyList matches, DocumentModel model, Format format ) : void
matches IReadOnlyList
model Acrolinx.Sdk.Sidebar.Util.Changetracking.DocumentModel
format Format
Résultat void