[]
Initializes a new instance of the MetadataQueryWriter class.
public static MetadataQueryWriter Create(ImagingFactory factory, Guid guidMetadataFormat)
| Type | Name | Description |
|---|---|---|
| ImagingFactory | factory | The factory. |
| Guid | guidMetadataFormat | The GUID metadata format. |
| Type | Description |
|---|---|
| MetadataQueryWriter |
Initializes a new instance of the MetadataQueryWriter class.
public static MetadataQueryWriter Create(ImagingFactory factory, Guid guidMetadataFormat, Guid guidVendorRef)
| Type | Name | Description |
|---|---|---|
| ImagingFactory | factory | The factory. |
| Guid | guidMetadataFormat | The GUID metadata format. |
| Guid | guidVendorRef | The GUID vendor ref. |
| Type | Description |
|---|---|
| MetadataQueryWriter |
Initializes a new instance of the MetadataQueryWriter class from a MetadataQueryReader.
public static MetadataQueryWriter Create(ImagingFactory factory, MetadataQueryReader metadataQueryReader)
| Type | Name | Description |
|---|---|---|
| ImagingFactory | factory | The factory. |
| MetadataQueryReader | metadataQueryReader | The metadata query reader. |
| Type | Description |
|---|---|
| MetadataQueryWriter |
Initializes a new instance of the MetadataQueryWriter class from a MetadataQueryReader.
public static MetadataQueryWriter Create(ImagingFactory factory, MetadataQueryReader metadataQueryReader, Guid guidVendorRef)
| Type | Name | Description |
|---|---|---|
| ImagingFactory | factory | The factory. |
| MetadataQueryReader | metadataQueryReader | The metadata query reader. |
| Guid | guidVendorRef | The GUID vendor ref. |
| Type | Description |
|---|---|
| MetadataQueryWriter |