Class ComplexTypeBase

ComplexTypeBase class

Represents base abstraction for XMP Complex value type.

public class ComplexTypeBase : XmpTypeBase

Constructors

NameDescription
ComplexTypeBase(string, string)Initializes a new instance of the ComplexTypeBase class.

Properties

NameDescription
NamespaceUri { get; }Gets the default namespace URI.
Prefix { get; }Gets the prefix.

Methods

NameDescription
override GetXmpRepresentation()Gets the string contained value in XMP format.

Remarks

See more: XMP Specification Part 2, Chapter 1.2.2

See Also