Class XmpElementBase

XmpElementBase class

Represents base xmp element contains attributes.

public abstract class XmpElementBase : IEquatable<XmpElementBase>

Methods

NameDescription
virtual AddAttribute(string, string)Adds the attribute.
virtual ClearAttributes()Removes all attributes.
override Equals(object)Determines whether the specified Object, is equal to this instance.
Equals(XmpElementBase)Indicates whether the current object is equal to another object of the same type.
virtual GetAttribute(string)Gets the attribute.
override GetHashCode()Returns a hash code for this instance.

See Also