Class XmpChoiseT

XmpChoise<T> class

Represents a value from vocabulary of values.

public class XmpChoise<T> : XmpTypeBase
ParameterDescription
TThe type of elements.

Constructors

NameDescription
XmpChoise()The default constructor.

Properties

NameDescription
IsOpen { get; set; }Gets or sets a value indicating whether the preferred values can be extended.

Methods

NameDescription
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