ComparisonTextPart Class |
Namespace: CMS.Helpers
public class ComparisonTextPart : TextPart, IComparable
The ComparisonTextPart type exposes the following members.
Name | Description | |
---|---|---|
ComparisonTextPart |
TextPart class constructor.
|
Name | Description | |
---|---|---|
DestIndex |
Index to destination string.
| |
Length |
Length of stored string value.
(Inherited from TextPart.) | |
SortBy |
Determines using which property will be sorting done.
| |
SrcIndex |
Readonly index to source string.
(Inherited from TextPart.) | |
Status |
Determines if string match was found.
| |
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 ComparisonTextPart from particular index as subpart of existing ComparisonTextPart.
| |
SubPart(Int32, Int32) |
Creates new ComparisonTextPart from particular index as subpart of existing ComparisonTextPart.
|