Class XmpElementBase

Class XmpElementBase

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

Temel xmp element özellikleri içerir.

public abstract class XmpElementBase : IEquatable<xmpelementbase>

Inheritance

object XmpElementBase

Derived

XmpMeta , XmpRdfRoot

Implements

IEquatable

mirasçı üyeleri

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

XmpElementBase()

protected XmpElementBase()

Fields

Özellikler

xmpmeta elemanı herhangi bir sayıda özelliklere sahip olabilir.

protected readonly Dictionary<string, string=""> attributes

alan değeri

Dictionary &lt için; string , string >

Methods

AddAttribute(String ve String)

Bu atribütü ekleyin.

public virtual void AddAttribute(string attribute, string value)

Parameters

attribute string

Bu atribut.

value string

Değer için .

ClearAttributes()

Tüm özellikleri kaldırır.

public virtual void ClearAttributes()

Equals(XmpElementBase)

Mevcut nesnenin aynı türde başka bir nesneye eşit olup olmadığını gösterir.

public bool Equals(XmpElementBase other)

Parameters

other XmpElementBase

Bu nesne ile karşılaştırılabilir bir nesne.

Returns

bool

mevcut nesne other’ parametres ile eşit ise doğru; aksi takdirde, sahte.

Equals(nesne)

Bu örnekte belirtilen System.Object’in eşit olup olmadığını belirler.

public override bool Equals(object obj)

Parameters

obj object

Sistem.Object bu durumla karşılaştırmak için.

Returns

bool

‘gerçek’ eğer belirtilen System.Object bu örneğe eşittir; aksi takdirde, ‘yanlış’.

GetAttribute(Sırt)

Bu atribüt alır.

public virtual string GetAttribute(string attribute)

Parameters

attribute string

Bu atribut.

Returns

string

Belirlenmiş atribüt adı için atribütü iade eder.

GetHashCode()

Bu örnek için bir hash kodu iade eder.

public override int GetHashCode()

Returns

int

Bu örnek için bir hash kodu, hash algoritmalarında ve bir hash tablosu gibi veri yapılarında kullanıma uygundur.</string,>

 Türkçe