VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Metadata Namespace / MetadataNode Class
Constructors Properties Methods SeeAlso
In This Topic
    MetadataNode Class Members
    In This Topic
    The following tables list the members exposed by MetadataNode.
    Protected Constructors
     NameDescription
    Protected ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether the metadata node can be copied to the new metadata tree.
    Public PropertyGets a value indicating whether the metadata node can be removed from children collection of parent node.
    Public PropertyGets a value indicating whether the node has value.
    Public PropertyGets a value indicating whether the node is changed.
    Public PropertyGets a value indicating whether the node is leaf of metadata tree.
    Public PropertyGets a value indicating whether the node is read-only.
    Public PropertyGets a name of the node.
    Public PropertyGets the parent node of the node.
    Public PropertyGets or sets a value of the node.
    Protected Properties
     NameDescription
    Protected PropertyGets a list of children of the node.
    Public Methods
     NameDescription
    Public MethodDetermines whether this metadata node can contain metadata node of type TNode.
    Public MethodCopies a data of the metadata tree node to specified metadata tree node.
    Public MethodOverloaded. Finds the first child node of specified type.
    Public MethodReturns an enumerator that iterates through children of metadata node.
    Public MethodRemoves this node from the children collection of parent node.
    Public MethodRemoves specified node from children nodes of this metadata node.
    Protected Methods
     NameDescription
    Protected MethodAdds a child node of the node.
    Protected MethodMarks the node and parent node of the node as changed.
    Protected MethodOccurs when Children property is initialized.
    Protected MethodOccurs when metadata node is removed from children collection of parent node.
    Protected MethodPerforms necessary changes in structure of this tree node using information about source tree and encoder that used for saving of this tree.
    See Also