Class ComplexTypeBase

Class ComplexTypeBase

اسم الفضاء : Aspose.Imaging.Xmp.Types.Complex تجميع: Aspose.Imaging.dll (25.4.0)

يمثل الانحراف الأساسي لنوع القيمة 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

الأعضاء الموروثين

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

اقرأ المزيد: XMP المواصفات الجزء 2، الفصل 1.2.2

Constructors

ComplexTypeBase(ستيفن، ستيفن)

يبدأ مثالًا جديدًا من فئة Aspose.Imaging.Xmp.Types.Complex.TypeBase.

public ComplexTypeBase(string prefix, string namespaceUri)

Parameters

prefix string

هذا هو المسبق.

namespaceUri string

اسم الفضاء URI.

Exceptions

ArgumentNullException

التوقيت صفرأوالاسم الصفر صفر

Fields

الاهتمام

قاموس القيم

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

القيمة الميدانية

Dictionary &lt؛ string , object >

Properties

NamespaceUri

يحصل على اسم المساحة الافتراضية URI.

public string NamespaceUri { get; }

قيمة الممتلكات

string

Prefix

تحصل على المسبق.

public string Prefix { get; }

قيمة الممتلكات

string

Methods

Add(الخصائص، Object)

إضافة المفتاح المحدد.

protected void Add(string key, object value)

Parameters

key string

تمثيل الحبل من المفتاح الذي يتم تحديده مع القيمة المضافة.

value object

القيمة التي يجب إضافتها.

GetXmpRepresentation()

يحصل على القيمة الموجودة في الحبل في تنسيق XMP.

public override string GetXmpRepresentation()

Returns

string

يعيد القيمة الموجودة في الشريط في تنسيق XMP.</string,>

 عربي