RowOperation Methods
Serves as the base for classes, performing operations on rows.
Name | Description |
---|---|
Can |
Returns a value indicating whether the iteration must be stopped. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Execute |
Performs the operation on the visited row. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Init() | Performs specific actions before recursion starts. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Needs |
Returns a value specifying whether the operation is performed on the specified row’s children. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Release() | Performs actions after a recursion has finished. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also