CanContinueIteration(TreeListNode)
|
Returns a value indicating whether the iteration must be stopped.
|
CanExecute(TreeListNode)
|
Checks whether or not this TreeListOperation can be applied to the specific node.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
Execute(TreeListNode)
|
Must be implemented to perform an operation on the visited node.
|
FinalizeOperation()
|
Can be overridden to perform final operations and free allocated resources.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
NeedsVisitChildren(TreeListNode)
|
Gets a value specifying whether the operation must be performed on the specified node’s children.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
ToString()
|
Returns a string that represents the current object.
|