ElementBase Class |
Docentric Toolkit Help
Send Feedback |
The base class for all element instances.
System.Object
Docentric.Documents.Reporting.Model.ElementBase
Assembly: Docentric.Documents.Reporting (in Docentric.Documents.Reporting.dll)
public abstract class ElementBase
The ElementBase type exposes the following members.
Name | Description | |
---|---|---|
DataContext | The current data context object. | |
Name | Name of the element | |
Parent | The parent element instance in the element instance tree. |
Name | Description | |
---|---|---|
AsBarcode | Casts this element to 'BarcodeElement'. | |
AsChart | Casts this element to 'ChartElement'. | |
AsField | Casts this element to 'FieldElement'. | |
AsGroup | Casts this element to 'GroupElement'. | |
AsIf | Casts this element to 'IfElement'. | |
AsImage | Casts this element to 'ImageElement'. | |
AsList | Casts this element to 'ListElement'. | |
AsSubDocument | Casts this element to 'SubDocumentElement'. | |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString | Returns a String that represents the current Object. (Inherited from Object) |