Name | Description | |
---|---|---|
![]() | VintasoftXmpAnnotationsMetadata | Initializes a new instance of the VintasoftXmpAnnotationsMetadata class. |
Name | Description | |
---|---|---|
![]() | VintasoftXmpAnnotationsMetadata | Initializes a new instance of the VintasoftXmpAnnotationsMetadata class. |
Name | Description | |
---|---|---|
![]() | CanCopy | Gets a value indicating whether the metadata node can be copied to the new metadata tree. (Inherited from MetadataNode) |
![]() | CanRemove | Gets a value indicating whether the metadata node can be removed from children collection of parent node. (Inherited from AnnotationsMetadata) |
![]() | HasValue | Gets a value indicating whether the node has value. (Inherited from MetadataNode) |
![]() | IsChanged | Gets a value indicating whether the node is changed. (Inherited from MetadataNode) |
![]() | IsLeafNode | Gets a value indicating whether the node is leaf of metadata tree. (Inherited from MetadataNode) |
![]() | IsReadOnly | Gets a value indicating whether the node is read-only. (Inherited from MetadataNode) |
![]() | Name | Gets a name of the node. (Inherited from MetadataNode) |
![]() | Parent | Gets the parent node of the node. (Inherited from MetadataNode) |
![]() | Value | Gets or sets a value of the node. (Inherited from AnnotationsMetadata) |
![]() | ValueAsByteArray | Gets or sets a byte array as value of the node. (Inherited from AnnotationsMetadata) |
Name | Description | |
---|---|---|
![]() | Children | Gets a list of children of the node. (Inherited from MetadataNode) |
Name | Description | |
---|---|---|
![]() | CanContains<TNode> | Determines whether this metadata node can contain metadata node of type TNode. (Inherited from MetadataNode) |
![]() | CopyTo | Copies a data of the metadata tree node to specified metadata tree node. (Inherited from AnnotationsMetadata) |
![]() | 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 specified node from children nodes of this metadata node. (Inherited from MetadataNode) |
Name | Description | |
---|---|---|
![]() | AddChild | Adds a child node of the node. (Inherited from MetadataNode) |
![]() | OnChanged | Marks the node and parent node of the node as changed. (Inherited from MetadataNode) |
![]() | OnChildrenInitialized | Occurs when Children property is initialized. (Inherited from MetadataNode) |
![]() | OnRemoved | Occurs when metadata node is removed from children collection of parent node. (Inherited from AnnotationsMetadata) |
![]() | OnSaving | Performs necessary changes in structure of this tree node using information about source tree and encoder that used for saving of this tree. |