RootDocumentBuilder Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.DerivedModel
The RootDocumentBuilder type exposes the following members.
Name | Description | |
---|---|---|
![]() | RootDocumentBuilder | Initializes a new instance of the RootDocumentBuilder class |
Name | Description | |
---|---|---|
![]() | DocumentBuilt |
Gets the document built with this instance. Is null if no call to HandleRootEntity has been seen.
|
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 | |
![]() | 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.) |