Click or drag to resize

RootDocumentBuilder Methods

The RootDocumentBuilder type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHandleEntity
Public methodHandleEntityField
Public methodHandleNavigator
Public methodHandleRootEntity
Creates the root document from the entity specified. All work will be done on this document or nested documents of this document
Public methodHandleValueType(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.
Public methodHandleValueType(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
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPostHandleEntity
Method which does housecleaning for when an entity was completely handled (which can be subtype, entity or root entity)
Public methodPostHandleNavigator
Method which does housecleaning for when a navigator was completely handled.
Public methodPostHandleValueType
Method which does housecleaning for when an entity was completely handled (which can be subtype, entity or root entity)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also