Class ComplexTypeBase

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

IXmpType , ICloneable

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

ArgumentNullException

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

string

Prefix

Geeft de prefix.

public string Prefix { get; }

Eigendomswaarde

string

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

string

Terugkomt de waarde die de string bevat in XMP-formaat.</string,>

 Nederlands