Class ComplexTypeBase
Namn på plats: Aspose.Imaging.Xmp.Types.Complex Församling: Aspose.Imaging.dll (25.4.0)
Representerar basabstraktion för XMP Complex värdetyp.
[JsonObject(MemberSerialization.OptIn)]
public class ComplexTypeBase : XmpTypeBase, IXmpType, ICloneable
Inheritance
object ← XmpTypeBase ← ComplexTypeBase
Derived
ColorantBase , Dimensions , Font , ResourceEvent , ResourceRef , Thumbnail , Version
Implements
Arvsmedlemmar
XmpTypeBase.GetXmpRepresentation() , XmpTypeBase.ToString() , XmpTypeBase.Clone() , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Remarks
Se mer: XMP Specifikation Del 2, Kapitel 1.2.2
Constructors
ComplexTypeBase(String och String)
Initialiserar en ny instans av Aspose.Imaging.Xmp.Types.Complex.TypeBase klass.
public ComplexTypeBase(string prefix, string namespaceUri)
Parameters
prefix
string
och prefixet.
namespaceUri
string
Namnet på URI.
Exceptions
Prefixet är nollellerNamespaceUri är noll
Fields
Värderingar
Värden i ordboken
[JsonProperty]
protected Dictionary<string, object=""> VValues
Fältvärde
Dictionary ochlt; string , object >
Properties
NamespaceUri
Få standardnamespace URI.
public string NamespaceUri { get; }
Fastighetsvärde
Prefix
Håller med på prefixet.
public string Prefix { get; }
Fastighetsvärde
Methods
Add(Sträng, Objekt)
Lägg till den angivna nyckeln.
protected void Add(string key, object value)
Parameters
key
string
Strängrepresentationen av nyckeln som identifieras med mervärde.
value
object
Värdet att lägga till.
GetXmpRepresentation()
Få värdet i raden i XMP-format.
public override string GetXmpRepresentation()
Returns
Returnerar strängen innehållande värde i XMP-format.</string,>