Persistate API documentation
CallTreeData Class
NamespacesPersistateCallTreeData

[This is preliminary documentation and is subject to change.]

This is a helper class containing data used by the Persistent.CallTree method.
Declaration Syntax
C#
public class CallTreeData
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(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.

Remarks
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.
Inheritance Hierarchy
Object
CallTreeData

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)