YText
|
public class YTextBlock
The YTextBlock type exposes the following members.
| Name | Description | |
|---|---|---|
| YTextBlock | Instanciate a new YTextBlock with a specific configuration. |
| Name | Description | |
|---|---|---|
| Configuration | The YTextBlockSearchConfiguration used for the search. | |
| EndIndex | The index of the end of the block, including the BlockEnd string. | |
| InnerText | Get the found text block without the BlockStart string and the BlockEnd string. | |
| OuterText | Get the found text block including the BlockStart string and the BlockEnd string. | |
| StartIndex | The index of the begining of the block, including the BlockStart string. | |
| Text | The full text given to the search. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetNextTextBlock | Get the next block of text which is bounded by the BlockStart and the BlockEnd strings. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| GetMD5HashCode |
Get the MD5 Hash code of an Objectobj as a string.
(Defined by YObjectExtentionMethods) | |
| SerializeObject |
Serialize an ObjecttoSerialize.
(Defined by YSerializationCenter) |