EmbeddedDocumentDefinition Methods |
The EmbeddedDocumentDefinition type exposes the following members.
Name | Description | |
---|---|---|
AddField |
Adds the field specified as a new field to this document.
(Inherited from DocumentDefinitionBase.) | |
AddSubtype |
Adds the specified subtype to the set of sub types of this embedded document.
| |
AppendAdditionalDocElementsToStringBuilder | (Inherited from DocumentDefinitionBase.) | |
AppendToStringBuilder | (Overrides DocumentDefinitionBaseAppendToStringBuilder(StringBuilder, Int32).) | |
BindAdditionalEvents |
Binds the additional event handlers of contained elements.
(Overrides DocumentDefinitionBaseBindAdditionalEvents.) | |
BindEvents |
Binds the event handlers of contained elements.
(Inherited from DocumentDefinitionBase.) | |
ClearErrors |
Clears the errors set in this object.
(Inherited from DocumentDefinitionBase.) | |
Clone |
Clones this instance using deep cloning. It doesn't clone elements referenced from the entity model. There it uses shallow clone.
| |
ContainsSameField |
Determines whether
(Inherited from DocumentDefinitionBase.) | |
CreateValidators |
Creates the validators for the elements contained in this class.
(Inherited from DocumentDefinitionBase.) | |
DeserializeAdditionalAttributes |
Deserializes the additional attributes from the xml pointed at by the passed in xml reader
(Inherited from DocumentDefinitionBase.) | |
DeserializeAdditionalData |
Deserializes the additional data from the xml pointed at by the passed in reader.
(Overrides DocumentDefinitionBaseDeserializeAdditionalData(XmlReader, Project, ReferencedElement).) | |
DetermineFullPathToRootDocument |
Determines the full path to the root document.
(Overrides DocumentDefinitionBaseDetermineFullPathToRootDocument.) | |
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.) | |
GetAdditionalFields |
Gets the additional fields of this document, e.g. embedded in objects like subtypes.
(Overrides DocumentDefinitionBaseGetAdditionalFields.) | |
GetAdditionalInterfaces |
Gets the additional interfaces, if applicable, for this element, where the default interfaces are prefiltered with the ignored
interfaces defined in this element. All interface macros are replaced with real names.
(Inherited from DocumentDefinitionBase.) | |
GetAdditionalNamespaces |
Gets the additional namespaces, if applicable, for this element, where the default namespaces are prefiltered with the ignored
namespaces defined in this element. All namespace macros are replaced with real names.
(Inherited from DocumentDefinitionBase.) | |
GetAllInheritedFields |
Gets all inherited fields, which are all fields (indirectly) inherited by the supertype document plus the fields of the supertype document. If this embedded
document isn't in a set of subtypes, this method returns an empty list.
| |
GetAllSubtypesInCompleteHierarchy |
Gets all subtypes in the complete hierarchy, so also the indirect subtypes of the subtypes in this document.
| |
GetAttributes |
Gets the attributes, if applicable, for this element, where the default attributes are prefiltered with the ignored
attributes defined in this element. All name macros and $length/$precision/$scale macros are replaced with real values. (if applicable)
(Inherited from DocumentDefinitionBase.) | |
GetFieldDerivedFromEntityField |
Gets the field derived from the entity field specified, which is a field in the root entity of this document.
(Inherited from DocumentDefinitionBase.) | |
GetFieldsOfCompleteTree |
Enumerates over the fields in this document and the fields of embedded documents, using depth-first search traversal.
(Inherited from DocumentDefinitionBase.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetNameValidator |
Gets the validator for the name property.
(Overrides DocumentDefinitionBaseGetNameValidator.) | |
GetRealStringSettingValueWithMacrosResolved |
Gets the real setting value of the setting with the name specified as string. Also resolves any macros defined in the value (if any) to real values.
(Inherited from DocumentDefinitionBase.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HandleFieldRemoved |
Performs the work necessary after a field has been removed.
(Inherited from DocumentDefinitionBase.) | |
HandleFieldsListChanged | (Overrides DocumentDefinitionBaseHandleFieldsListChanged(ListChangedEventArgs).) | |
HandleRootElementValueTypeFieldsChanged |
Called when the fields collection in the valuetype in the root element changed, so a field was removed or added. We simply rebuild the document and update ourselves.
(Overrides DocumentDefinitionBaseHandleRootElementValueTypeFieldsChanged.) | |
IsSame |
Returns true if the passed in IDocumentFieldSource instance can be seen as a source originating from the same element. This means that
even if the passed in element or this element has been changed, e.g. elementName has been changed, it will still return true if the original
source is equal. This method is therefore different from 'Equals' which compares all elements.
| |
MarkAsRemoved |
Marks this document as removed by raising its HasBeenRemoved event.
| |
MarkDocumentAsChanged |
Marks the document definition as changed.
(Overrides DocumentDefinitionBaseMarkDocumentAsChanged(DocumentDefinitionChangeType).) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PerformAdditionalUpdateDocumentShapeWithThisDocsContents |
Performs additional work for the update document shape with this docs contents.
(Overrides DocumentDefinitionBasePerformAdditionalUpdateDocumentShapeWithThisDocsContents(EmbeddedDocumentDefinition, ListDocumentFieldDefinition).) | |
PerformPostDeserializationWork |
Performs the post deserialization work necessary.
(Inherited from DocumentDefinitionBase.) | |
RaiseHasBeenRemoved | (Inherited from DocumentDefinitionBase.) | |
RemoveAdditionalType |
Removes the additional type specified from the set of additional types of this embedded document.
| |
RemoveField |
Removes the field specified from this document
(Inherited from DocumentDefinitionBase.) | |
SerializeAdditionalAttributes |
Serializes the additional attributes of this class to the xml.
(Inherited from DocumentDefinitionBase.) | |
SerializeAdditionalElements |
Serializes the additional elements of this class.
(Overrides DocumentDefinitionBaseSerializeAdditionalElements(ISerializer).) | |
SerializeToWriter |
Serializes the data in this class to the serializer passed in
(Inherited from DocumentDefinitionBase.) | |
ToString |
Returns a string that represents the current object.
(Inherited from DocumentDefinitionBase.) | |
UnbindAdditionalEvents |
Unbinds the additional event handlers of contained elements.
(Overrides DocumentDefinitionBaseUnbindAdditionalEvents.) | |
UnbindEvents |
Unbinds the event handlers of contained elements
(Inherited from DocumentDefinitionBase.) | |
UpdateDocumentShapeWithThisDocsContents |
Updates the document shape specified using the fields in this document. A field which is in this document but not in the specified document 'toUpdate'
is added to the specified document toUpdate.
(Inherited from DocumentDefinitionBase.) | |
UpdateOutputSettingValuesContainerOfNestedElementsWithDefaults |
Updates the option values containers with defaults in nested elements, like fields. The base implementation traverses the fields.
(Overrides DocumentDefinitionBaseUpdateOutputSettingValuesContainerOfNestedElementsWithDefaults(FrameworkSettingTargetElementType, OutputSettingValuesContainer).) | |
Validate |
Validates this instance.
(Overrides DocumentDefinitionBaseValidate.) |
Name | Description | |
---|---|---|
IDocumentFieldSourceCreateValidators |
Creates validator objects for the source object, if required.
| |
IDocumentFieldSourceSerializeToWriter |
Serializes the source to the serializer specified.
| |
IDocumentFieldSourceUpdateOutputSettingValuesContainerWithDefaults |
Updates the output setting values container of this element (if applicable) with the defaults in the container specified.
|