IOLink C# 1.11.0
Loading...
Searching...
No Matches
IOLink.MetadataNodeFactory Class Reference

A factory to build MetadataNode instances. More...

Inheritance diagram for IOLink.MetadataNodeFactory:

Public Member Functions

 MetadataNodeFactory (global::System.IntPtr cPtr, bool cMemoryOwn)
 
void Dispose ()
 

Static Public Member Functions

static global::System.Runtime.InteropServices.HandleRef getCPtr (MetadataNodeFactory obj)
 
static global::System.Runtime.InteropServices.HandleRef swigRelease (MetadataNodeFactory obj)
 
static MetadataNode Create (string key, VariantDataValue value)
 To create a metadata node with a key and a value.
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Protected Attributes

bool swigCMemOwn
 

Detailed Description

A factory to build MetadataNode instances.

Examples
CopyImageView.cs, and MetadataTree.cs.

Member Function Documentation

◆ Create()

static MetadataNode IOLink.MetadataNodeFactory.Create ( string  key,
VariantDataValue  value 
)
inlinestatic

To create a metadata node with a key and a value.

Parameters
keystring to identify the node
valuethe VariantDataValue object associated to the node (can be null if no value)
Returns
the created node
Examples
CopyImageView.cs, and MetadataTree.cs.

The documentation for this class was generated from the following file: