RootDocumentBuilder Methods | 
The RootDocumentBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| HandleEntity | ||
| HandleEntityField | ||
| HandleNavigator | ||
| HandleRootEntity | 
            Creates the root document from the entity specified. All work will be done on this document or nested documents of this document
              | |
| HandleValueType(ValueTypeDefinition, IFieldElementCore) | 
            Handles a value type. This method returns an embedded document, created from the valuetype specified, using the field specified for its name and navigational path. 
              | |
| HandleValueType(ValueTypeDefinition, String, ReferencedElement) | 
            Handles a value type. This method returns an embedded document, created from the valuetype specified, using the referenced element specified as its root element
              | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| PostHandleEntity | 
            Method which does housecleaning for when an entity was completely handled (which can be subtype, entity or root entity)
              | |
| PostHandleNavigator | 
            Method which does housecleaning for when a navigator was completely handled.
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |