Class XmpElementBase

Class XmpElementBase

ชื่อพื้นที่: Aspose.Imaging.Xmp การประกอบ: Aspose.Imaging.dll (25.4.0)

องค์ประกอบพื้นฐาน xmp มีคุณสมบัติ

public abstract class XmpElementBase : IEquatable<xmpelementbase>

Inheritance

object XmpElementBase

Derived

XmpMeta , XmpRdfRoot

Implements

IEquatable

อนุญาโตตุลาการ

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

Constructors

XmpElementBase()

protected XmpElementBase()

Fields

คุณสมบัติ

องค์ประกอบ xmpmeta สามารถมีคุณสมบัติจํานวนใด ๆ

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

หมายเลข

Dictionary < string , string >

Methods

AddAttribute(รั้ว, รั้ว)

เพิ่มคุณสมบัติ

public virtual void AddAttribute(string attribute, string value)

Parameters

attribute string

คุณสมบัติ

value string

ค่าใช้จ่าย

ClearAttributes()

ลบคุณสมบัติทั้งหมด

public virtual void ClearAttributes()

Equals(XmpElementBase)

แสดงให้เห็นว่าวัตถุปัจจุบันเท่ากับวัตถุอื่น ๆ ของประเภทเดียวกันหรือไม่

public bool Equals(XmpElementBase other)

Parameters

other XmpElementBase

เป็นวัตถุที่เปรียบเทียบกับวัตถุนี้

Returns

bool

จริงถ้าวัตถุปัจจุบันเท่ากับพารามิเตอร์ อื่น ๆ; ในทางอื่น ๆ, จริง.

Equals(วัตถุ)

กําหนดว่า System.Object ที่ระบุเท่ากับตัวอย่างนี้หรือไม่

public override bool Equals(object obj)

Parameters

obj object

ระบบ.วัตถุในการเปรียบเทียบกับตัวอย่างนี้

Returns

bool

‘จริง’ ถ้า System.Object ที่ระบุเท่ากับตัวอย่างนี้; ในทางอื่น ๆ, ‘ผิดพลาด’.

GetAttribute(รั้ว)

รับคุณสมบัติ

public virtual string GetAttribute(string attribute)

Parameters

attribute string

คุณสมบัติ

Returns

string

กลับคุณสมบัติสําหรับชื่อคุณสมบัติที่ระบุ

GetHashCode()

กลับรหัส hash สําหรับตัวอย่างนี้

public override int GetHashCode()

Returns

int

รหัส hash สําหรับตัวอย่างนี้เหมาะสําหรับการใช้งานในอัลกอริทึม hashing และโครงสร้างข้อมูลเช่นตาราง hash</string,>

 แบบไทย