C# Class Acrolinx.Sdk.Sidebar.Util.Changetracking.DocumentModel.Change

Change represents one change made to the document between two checks.
Mostrar archivo Open project: acrolinx/acrolinx-sidebar-demo-dotnet

Private Properties

Property Type Description

Public Methods

Method Description
Change ( IRange range, string content ) : System
ToString ( ) : string

Method Details

Change() public method

public Change ( IRange range, string content ) : System
range IRange
content string
return System

ToString() public method

public ToString ( ) : string
return string