The SourceView type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddColumnsAfter |
Adds columns after the specified operation.
| |
| AddRowsAfter |
Adds rows after the specified operation.
| |
| AddTransformationAfter |
Adds a transformation after the specified operation.
| |
| AddTransformationsAfter |
Adds transformations after the specified operation.
| |
| CanAddColumnsAfter |
Checks whether it is possible to add columns after the specified operation.
| |
| CanAddRowsAfter |
Checks whether it is possible to add rows after the specified operation.
| |
| CanAddTransformationsAfter |
Checks whether it is possible to add transformations after the specified operation.
| |
| CanRemoveOperation |
Checks whether the specified DataOperation can be removed.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetAllOperationsT |
Gets all DataOperations of a certain type.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| RemoveOperation |
Removes the specified DataOperation. As a side effect, other
operations may be removed as well, e.g., an add rows operation
will implicitly be removed when removing either of its source inputs.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also