Class XmpElementBase

Class XmpElementBase

nazivni prostor: Aspose.Imaging.Xmp Sastav: Aspose.Imaging.dll (25.4.0)

Osnovni element xmp sadrži svojstva.

public abstract class XmpElementBase : IEquatable<xmpelementbase>

Inheritance

object XmpElementBase

Derived

XmpMeta , XmpRdfRoot

Implements

IEquatable

naslijeđeni članovi

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

Constructors

XmpElementBase()

protected XmpElementBase()

Fields

Attribut

Element xmpmeta može imati bilo koji broj atribuata.

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

Vrijednost polja

Dictionary < string , string >

Methods

AddAttribute(String, String i String)

Dodajte svoj atribut.

public virtual void AddAttribute(string attribute, string value)

Parameters

attribute string

To je atribut.

value string

Vrijednost je.

ClearAttributes()

Uklanjanje svih svojstava.

public virtual void ClearAttributes()

Equals(XmpElementBase)

Indikira je li trenutni objekt jednak drugom predmetu istog tipa.

public bool Equals(XmpElementBase other)

Parameters

other XmpElementBase

Jedan predmet koji se može usporediti s tim predmetom.

Returns

bool

istinito ako je trenutni objekt jednak parametru drugi; inače, lažan.

Equals(Objekt)

Određuje je li određeni System.Object isti kao i ovaj.

public override bool Equals(object obj)

Parameters

obj object

Sistem.Objekt za usporedbu s ovim slučajem.

Returns

bool

‘pravda’ ako je određeni System.Object isti kao i ovaj primjer; inače, ’lažno’.

GetAttribute(String)

Dobio je svoj atribut.

public virtual string GetAttribute(string attribute)

Parameters

attribute string

To je atribut.

Returns

string

Povratak atributa za određeno ime atributa.

GetHashCode()

Povratak hash koda za ovaj slučaj.

public override int GetHashCode()

Returns

int

Hash kod za ovaj primjer, prikladan za upotrebu u hashing algoritmima i strukturama podataka poput hash tablice.</string,>

 Hrvatski