Click or drag to resize
RootDocumentDefinition Properties

The RootDocumentDefinition type exposes the following members.

Properties
  NameDescription
Public propertyCardinality
Gets the cardinality of this document, whether it represents one or more elements. Used when this instance is an embedded document.
(Inherited from DocumentDefinitionBase.)
Public propertyContainerName
Returns the name of the containing element this object is contained in, which is the derived model name.
(Overrides DocumentDefinitionBaseContainerName.)
Public propertyContainingModel
Gets or sets the contained model of this root document.
Public propertyContainingModelName
Protected propertyDeserializing
Gets a value indicating whether this DocumentDefinitionBase is deserializing.
(Inherited from DocumentDefinitionBase.)
Public propertyFields
Gets the fields of this document definition
(Inherited from DocumentDefinitionBase.)
Public propertyFullName
Gets the full name of this document, which is containingmodel.documentname.
(Overrides DocumentDefinitionBaseFullName.)
Public propertyHasIDField
Public propertyIDField
Gets the ID Field of this document. Can be null. It returns the (if any) field derived from the first PK field (regarding field ordering) of the root entity of this document.
Public propertyName
Gets / sets the name of this document definition
(Inherited from DocumentDefinitionBase.)
Public propertyOutputSettingValues
Gets the output setting values of this target.
(Inherited from DocumentDefinitionBase.)
Public propertyReferencedElementName (Inherited from DocumentDefinitionBase.)
Public propertyRootElement
Gets the root entity of this document.
(Inherited from DocumentDefinitionBase.)
Public propertyRootEntityGroupName (Inherited from DocumentDefinitionBase.)
Public propertyRootEntityName (Inherited from DocumentDefinitionBase.)
Public propertyRootValueTypeGroupName (Inherited from DocumentDefinitionBase.)
Public propertyRootValueTypeName (Inherited from DocumentDefinitionBase.)
Public propertyTargetElementType
Gets the target element type of this target.
(Inherited from DocumentDefinitionBase.)
Top
Explicit Interface Implementations
See Also