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