Class ComplexTypeBase
De naam: Aspose.Imaging.Xmp.Types.Complex Verzameling: Aspose.Imaging.dll (25.4.0)
Vertegenwoordigt de basisabstractie voor de XMP Complex waarde type.
[JsonObject(MemberSerialization.OptIn)]
public class ComplexTypeBase : XmpTypeBase, IXmpType, ICloneable
Inheritance
object ← XmpTypeBase ← ComplexTypeBase
Derived
ColorantBase , Dimensions , Font , ResourceEvent , ResourceRef , Thumbnail , Version
Implements
Geëerbiede leden
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
Zie meer: XMP Specificatie deel 2, hoofdstuk 1.2.2
Constructors
ComplexTypeBase(String en String)
Initialiseert een nieuwe instantie van de Aspose.Imaging.Xmp.Types.Complex.
public ComplexTypeBase(string prefix, string namespaceUri)
Parameters
prefix
string
Het prefix.
namespaceUri
string
De naam URI.
Exceptions
Prefix is nulofNamespaceUri is nul
Fields
Waarschuwingen
De waarden woordenboek
[JsonProperty]
protected Dictionary<string, object=""> VValues
veldwaarde
Dictionary < string , object >
Properties
NamespaceUri
Geeft de standaard namespace URI.
public string NamespaceUri { get; }
Eigendomswaarde
Prefix
Geeft de prefix.
public string Prefix { get; }
Eigendomswaarde
Methods
Add(String, object)
Voeg de aangegeven sleutel toe.
protected void Add(string key, object value)
Parameters
key
string
De draadvertegenwoordiging van de sleutel die wordt geïdentificeerd met toegevoegde waarde.
value
object
De waarde om toe te voegen.
GetXmpRepresentation()
Geeft de string bevatte waarde in XMP-formaat.
public override string GetXmpRepresentation()
Returns
Terugkomt de waarde die de string bevat in XMP-formaat.</string,>