ModelDocumentTreeManager Members
Include Protected Members
Include Inherited Members
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
A manager for model document trees.
The ModelDocumentTreeManager type exposes the following members.
Constructors
Name
Description
Overloaded. Initializes a new instance of the ModelDocumentTreeManager class.
Top
Methods
Name
Description
Applies the changes returned from the ProduceDelta method to this document. (Inherited from DocumentTreeManager.)
Applies the changes that were accumulated in an editing scope.
Creates a document item representing the specified model item.
Creates a model item representing the specified document item.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Searches the tree for identities between a specified range. (Inherited from DocumentTreeManager.)
Returns the document node associated with the specified identity. (Inherited from DocumentTreeManager.)
Locates a node with the specified identity. (Overrides DocumentTreeManager.FindNode(Identity).)
Returns the model item associated with the specified identity.
Serves as a hash function for a particular type. (Inherited from Object.)
Returns the identity of the specified item.
Returns the property that refers to this item. (Inherited from DocumentTreeManager.)
Returns the item that contains this property. (Inherited from DocumentTreeManager.)
Returns the services that are used by this document tree manager.
Gets the type of the current instance. (Inherited from Object.)
Initializes the DocumentTreeManager class. (Inherited from DocumentTreeManager.)
Overloaded. Loads the content of the document manager's document.
Creates a shallow copy of the current Object. (Inherited from Object.)
Raises the Damaged event. (Inherited from DocumentTreeManager.)
Raises the EditingScopeAborted event.
Raises the EditingScopeCommitted event.
Raises the EditingScopeCreated event.
Processes the CommitResult object. (Overrides DocumentTreeManager.ProcessCommitResult(CommitResult).)
Overloaded. Produces an object that represents the differences between documents.
Records a change made to the underlying document tree. (Inherited from DocumentTreeManager.)
Indicates to star tracking damage. (Inherited from DocumentTreeManager.)
Indicates to stop tracking damage. (Inherited from DocumentTreeManager.)
Overloaded. Synchronize changes between documents.
Returns a string that represents the current object. (Inherited from Object.)
Tracks changes recorded for the document. (Inherited from DocumentTreeManager.)
Updates the model with any changes from external model resources.
Top
Properties
Name
Description
Gets the document tree associated with this document tree manager. (Inherited from DocumentTreeManager.)
Gets the root item in the model document tree.
Top
Events
Name
Description
Occurs when a change is recorded. (Inherited from DocumentTreeManager.)
Occurs when an editing scope is aborted.
Occurs when an editing scope is committed.
Occurs when a new editing scope is created.
Top
Explicit Interface Implementations
Name
Description
Provides the identity provider service for other document tree managers. For a description of this member, see IServiceProvider.GetService.
Top