Class ComplexTypeBase

Class ComplexTypeBase

Nazwa przestrzeń: Aspose.Imaging.Xmp.Types.Complex Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Przedstawia podstawową abstrakcję dla typu wartości XMP Complex.

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

Inheritance

object XmpTypeBase ComplexTypeBase

Derived

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

Implements

IXmpType , ICloneable

Dziedziczeni członkowie

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

Zobacz więcej: Specyfikacja XMP Część 2, Rozdział 1.2.2

Constructors

ComplexTypeBase(strumień, strumień)

Inicjalizuje nową instancję klasy Aspose.Imaging.Xmp.Types.Complex.

public ComplexTypeBase(string prefix, string namespaceUri)

Parameters

prefix string

z prefixem .

namespaceUri string

Imię i nazwisko.

Exceptions

ArgumentNullException

Prefix jest zerolubSzydło jest zero

Fields

Własne

Słownik wartości

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

Wartość pola

Dictionary • < string , object >

Properties

NamespaceUri

Dostęp do domyślnego nazwiska URI.

public string NamespaceUri { get; }

Wartość nieruchomości

string

Prefix

Otrzymuje prefix.

public string Prefix { get; }

Wartość nieruchomości

string

Methods

Add(Źródło, Obiekt)

Dodaj określony klucz.

protected void Add(string key, object value)

Parameters

key string

Rękawiczka reprezentująca klucz, który jest identyfikowany z wartością dodaną.

value object

Wartość do dodania.

GetXmpRepresentation()

Otrzymuje wartość zawartą w rzędzie w formacie XMP.

public override string GetXmpRepresentation()

Returns

string

Powraca wartość zawartość paska w formacie XMP.</string,>

 Polski