Class ComplexTypeBase

Class ComplexTypeBase

İsim alanı : Aspose.Imaging.Xmp.Types.Complex Toplantı: Aspose.Imaging.dll (25.4.0)

XMP Kompleks değer tipi için temel abstraksiyonu temsil eder.

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

Inheritance

object XmpTypeBase ComplexTypeBase

Derived

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

Implements

IXmpType , ICloneable

mirasçı üyeleri

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

Daha fazlasını gör: XMP Özellikleri Bölüm 2, Bölüm 1.2.2

Constructors

ComplexTypeBase(String ve String)

Aspose.Imaging.Xmp.Types.Complex.ComplexTypeBase sınıfının yeni bir örneğini başlatır.

public ComplexTypeBase(string prefix, string namespaceUri)

Parameters

prefix string

Önceki Önceki yazı

namespaceUri string

Adı Soyadı URI.

Exceptions

ArgumentNullException

Önceki İçerikNullveyaNamespaceUri sıfır

Fields

Yorumlar

Değerler Sözlüğü

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

alan değeri

Dictionary &lt için; string , object >

Properties

NamespaceUri

İsim alanı URI’yi alır.

public string NamespaceUri { get; }

Mülkiyet Değer

string

Prefix

Önceki Önceki yazı:

public string Prefix { get; }

Mülkiyet Değer

string

Methods

Add(Çerçeve , Object)

Belirlenen anahtarı ekleyin.

protected void Add(string key, object value)

Parameters

key string

Ek değerle tanımlanan anahtarın çizgi temsilciliği.

value object

Buna eklemek için değer.

GetXmpRepresentation()

Çizgi içerdiği değeri XMP biçiminde alır.

public override string GetXmpRepresentation()

Returns

string

XMP biçiminde satılan değeri döndürür.</string,>

 Türkçe