Class ComplexTypeBase

Class ComplexTypeBase

ja nimityö: Aspose.Imaging.Xmp.Types.Complex Kokoelma: Aspose.Imaging.dll (25.4.0)

Se edustaa XMP Complex -arvon tyypin perusabstraktiota.

[JsonObject(MemberSerialization.OptIn)]
public class ComplexTypeBase : XmpTypeBase, IXmpType, ICloneable

Inheritance

object XmpTypeBase ComplexTypeBase

Derived

ColorantBase , Dimensions , Font , ResourceEvent , ResourceRef , Thumbnail , Version

Implements

IXmpType , ICloneable

Perintöjäsenet

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

Katso lisää: XMP:n eritelmä Osa 2, luvun 1.2.2

Constructors

ComplexTypeBase(String ja String)

Aloitetaan uusi esimerkki Aspose.Imaging.Xmp.Types.Complex.KomplekstypeBase luokasta.

public ComplexTypeBase(string prefix, string namespaceUri)

Parameters

prefix string

Tämä on prefix.

namespaceUri string

Nimi on URI.

Exceptions

ArgumentNullException

Ennakko on nollataiNimi on nolla

Fields

Arvostelu

Arvot sanakirja

[JsonProperty]
protected Dictionary<string, object=""> VValues

kentän arvo

Dictionary < string , object >

Properties

NamespaceUri

Valitse oletusarvoinen nimivaihe URI.

public string NamespaceUri { get; }

Omistuksen arvo

string

Prefix

Saa ennakkoluulo.

public string Prefix { get; }

Omistuksen arvo

string

Methods

Add(Sormus, objekti)

Lisää määritetty avain.

protected void Add(string key, object value)

Parameters

key string

Avaimen sarjan esittely, joka tunnistetaan lisäarvon kanssa.

value object

Tämä on arvoa lisätä.

GetXmpRepresentation()

Saat sarjan sisältämän arvon XMP-muodossa.

public override string GetXmpRepresentation()

Returns

string

Palauttaa sarjan sisältämä arvo XMP-muodossa.</string,>

 Suomi