[This is preliminary documentation and is subject to change.]
This is a helper class containing data used by the Persistent.CallTree method.
| C# |
public class CallTreeData
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| CallTreeData(TreeCallContained, array<Object>[]()[][]) | Creates a CallTreeData object with default TreeCallAssociated delegate and RootFirst
set true. | |
| CallTreeData(TreeCallContained, TreeCallAssociated, array<Object>[]()[][]) | Creates a CallTreeData object with RootFirst set true. | |
| CallTreeData(TreeCallContained, Boolean, array<Object>[]()[][]) | Creates a CallTreeData object with default TreeCallAssociated delegate. | |
| CallTreeData(TreeCallContained, TreeCallAssociated, Boolean, array<Object>[]()[][]) | Creates a CallTreeData object with all data specified. | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(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.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Parameters |
Gets the set of parameters for use in delegate methods.
| |
| RootFirst |
Gets a value indicating whether the tree should be decended root first or
root last.
| |
| ToString()()()() | (Inherited from Object.) | |
| TreeCallAssociated |
Gets the method to be called for all associated nodes during descent
of the persistent tree.
| |
| TreeCallContained |
Gets the method to be called for all contained nodes during descent
of the persistent tree.
|
This contains a delegate to call for contained nodes in the tree, a
delegate to call for associated members, a root first indicator, and a set of
parameters to pass to called delegates.
| Object | |
| CallTreeData | |