Class XmpTypeBase

Class XmpTypeBase

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

Temel XMP tipi için temel sınıfı temsil eder.

public abstract class XmpTypeBase : IXmpType, ICloneable

Inheritance

object XmpTypeBase

Derived

ComplexTypeBase , Layer , ProjectLink , Rational , RenditionClass , Time , Timecode , XmpBoolean , XmpChoise , XmpDate , XmpGuid , XmpInteger , XmpReal , XmpText

Implements

IXmpType , ICloneable

mirasçı üyeleri

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

Constructors

XmpTypeBase()

protected XmpTypeBase()

Methods

Clone()

Bu durumun klonlanması.

public virtual object Clone()

Returns

object

Bir klon var.

GetXmpRepresentation()

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

public abstract string GetXmpRepresentation()

Returns

string

XMP biçiminde satılan değeri döndürür.

ToString()

Bu XMP verileri bir çubuk olarak alır.

public override string ToString()

Returns

string

XMP verileri bir çubuk olarak.

 Türkçe