DiffTextPart Class |
Namespace: CMS.Helpers
public class DiffTextPart : TextPart, IComparable
The DiffTextPart type exposes the following members.
Name | Description | |
---|---|---|
DiffTextPart |
Default contructor.
|
Name | Description | |
---|---|---|
Length |
Length of stored string value.
(Inherited from TextPart.) | |
SrcIndex |
Readonly index to source string.
(Inherited from TextPart.) | |
Status |
Difference status.
| |
Text |
Relevant string value.
(Inherited from TextPart.) |
Name | Description | |
---|---|---|
CompareTo |
Implementation of CompareTo method for sorting i ArrayList.
(Inherited from TextPart.) | |
SubPart(Int32) |
Creates new DiffTextPart from particular index as subpart of existing DiffTextPart.
| |
SubPart(Int32, Int32) |
Creates new DiffTextPart from particular index as subpart of existing DiffTextPart.
|