Class XmpChoiseT
XmpChoise<T> class
Represents a value from vocabulary of values.
public class XmpChoise<T> : XmpTypeBase
| Parameter | Description |
|---|
| T | The type of elements. |
Constructors
| Name | Description |
|---|
| XmpChoise() | The default constructor. |
Properties
| Name | Description |
|---|
| IsOpen { get; set; } | Gets or sets a value indicating whether the preferred values can be extended. |
Methods
| Name | Description |
|---|
| virtual Clone() | Clones this instance. |
| override GetXmpRepresentation() | Gets the string contained value in XMP format. |
| override ToString() | Gets this XMP data as string. |
See Also