Click or drag to resize
DiffTextPart Class
This class conatins reference to appropriate source string including its difference status.
Inheritance Hierarchy

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public class DiffTextPart : TextPart, 
	IComparable

The DiffTextPart type exposes the following members.

Constructors
  NameDescription
Public methodDiffTextPart
Default contructor.
Top
Properties
  NameDescription
Public propertyLength
Length of stored string value.
(Inherited from TextPart.)
Public propertySrcIndex
Readonly index to source string.
(Inherited from TextPart.)
Public propertyStatus
Difference status.
Public propertyText
Relevant string value.
(Inherited from TextPart.)
Top
Methods
  NameDescription
Public methodCompareTo
Implementation of CompareTo method for sorting i ArrayList.
(Inherited from TextPart.)
Public methodSubPart(Int32)
Creates new DiffTextPart from particular index as subpart of existing DiffTextPart.
Public methodSubPart(Int32, Int32)
Creates new DiffTextPart from particular index as subpart of existing DiffTextPart.
Top
See Also