Class XmpTypeBase

Class XmpTypeBase

Nombre del espacio: Aspose.Imaging.Xmp.Types Asamblea: Aspose.Imaging.dll (25.4.0)

Representa la clase básica para el tipo básico XMP.

public abstract class XmpTypeBase : IXmpType, ICloneable

Inheritance

object XmpTypeBase

Derived

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

Implements

IXmpType ,y, ICloneable

Miembros heredados

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

Constructors

XmpTypeBase()

protected XmpTypeBase()

Methods

Clone()

Clone esta instancia.

public virtual object Clone()

Returns

object

Un clonado de miembro.

GetXmpRepresentation()

Obtenga el valor contenido en el formato XMP.

public abstract string GetXmpRepresentation()

Returns

string

Devolve el valor contenido en el formato XMP.

ToString()

Obtenga estos datos de XMP como string.

public override string ToString()

Returns

string

Los datos de XMP como string.

 Español