DicomDataElementMetadata Class Members
In This Topic
The following tables list the members exposed by
DicomDataElementMetadata.
Public Constructors
Public Properties
Protected Properties
Public Methods
| Name | Description |
 | AddChild | Overloaded. Adds an element to the end of the . |
 | CanContains<TNode> | Determines whether this metadata node can contain metadata node of type . (Inherited from MetadataNode) |
 | CopyTo | Copies a data of the metadata tree node to specified metadata tree node. (Inherited from MetadataNode) |
 | FindChildNode | Overloaded. Finds the first child node of specified type. (Inherited from MetadataNode) |
 | GetEnumerator | Returns an enumerator that iterates through children of metadata node. (Inherited from MetadataNode) |
 | Remove | Removes this node from the children collection of parent node. (Inherited from MetadataNode) |
 | RemoveChild | Removes the specified node from children nodes of this metadata node. |
Protected Methods
| Name | Description |
 | OnChanged | Marks the node and parent node of the node as changed. (Inherited from MetadataNode) |
 | OnChildrenInitialized | Occurs when Children property is initialized. |
 | OnRemoved | Occurs when metadata node is removed from children collection of parent node. (Inherited from MetadataNode) |
 | OnSaving | Performs necessary changes in structure of this tree node using information about source tree and encoder that used for saving of this tree. (Inherited from MetadataNode) |
See Also