Class ComplexTypeBase
ComplexTypeBase class
Represents base abstraction for XMP Complex value type.
public class ComplexTypeBase : XmpTypeBase
Constructors
Name | Description |
---|
ComplexTypeBase(string, string) | Initializes a new instance of the ComplexTypeBase class. |
Properties
Name | Description |
---|
NamespaceUri { get; } | Gets the default namespace URI. |
Prefix { get; } | Gets the prefix. |
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 more: XMP Specification Part 2, Chapter 1.2.2
See Also