Data |
public class DataBlock
The DataBlock type exposes the following members.
| Name | Description | |
|---|---|---|
| DataBlock | It is applied only to creation root blocks. Not for creation of children. |
| Name | Description | |
|---|---|---|
| Attributes | Gets the attributes collection. Don't modify. | |
| Children | Gets the children collection. Don't modify. | |
| Name | Gets or set block name. | |
| Parent | Gets the parent block. |
| Name | Description | |
|---|---|---|
| AddChild | Creates the child block. | |
| AttributeExists | Checks existence of attribute. | |
| DeleteAllAttributes | Deletes all attributes. | |
| DeleteAttribute | Deletes attribute if he exists. | |
| DeleteChild | Deletes child block. | |
| DumpToBuffer | Returns a buffer containing all data about the block and his children. | |
| 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) | |
| FindChild | Finds child block by name. | |
| GetAttribute | Returns the attribute by name if exists. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Parse | Parses the text with data of the block and his children. | |
| ToString |
Returns a string that represents the current text block.
(Overrides ObjectToString) |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx) | |
| PropertyGet |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertyGetT |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx) |