Class XmpBasicPackage
XmpBasicPackage class
Represents XMP basic namespace.
public class XmpBasicPackage : XmpPackage
Constructors
| Name | Description |
|---|
| XmpBasicPackage() | Initializes a new instance of the XmpBasicPackage class. |
| XmpBasicPackage(string, string) | Initializes a new instance of the XmpBasicPackage class. |
Properties
| Name | Description |
|---|
| Count { get; } | Gets the XMP key count. |
| virtual Item { get; set; } | Gets or sets the first XMP attribute or element value with by specified key. |
| virtual Keys { get; } | Gets the keys in XMP package. |
| NamespaceUri { get; } | Gets the namespace URI. |
| Prefix { get; } | Gets the prefix. |
| XmlNamespace { get; } | Gets the XML namespace. |
Methods
| Name | Description |
|---|
| virtual AddValue(string, object) | Adds the value to the specified key. |
| override AddValue(string, string) | Adds string property. |
| virtual Clear() | Clears this instance. |
| virtual ContainsKey(string) | Determines whether this collection specified key. |
| GetEnumerator() | Returns an enumerator that iterates through the collection. |
| virtual Remove(string) | Removes the first element or attribute value with the specified key. |
| SetCreatedDate(DateTime) | Adds resource created date. |
| SetCreatedDate(string) | Adds resource created date. |
| SetCreatorTool(string) | Sets the creator tool. |
| SetIdentifier(string[]) | Sets the identifier. |
| SetLabel(string) | Sets the label. |
| SetMetadataDate(DateTime) | Adds metadata last changed date. |
| SetMetadataDate(string) | Adds metadata last changed date. |
| SetModifyDate(DateTime) | Adds resource last modified date. |
| SetModifyDate(string) | Adds resource last modified date. |
| SetRating(int) | Sets rating. |
| virtual SetValue(string, IXmlValue) | Sets the value. |
| virtual SetValue(string, IXmpType) | Sets the value. |
| virtual SetXmpTypeValue(string, XmpTypeBase) | Sets the XMP type value. |
| TryGetValue(string, out XmpValue) | Gets the value by the key. |
Fields
See Also