Class ComplexTypeBase

Class ComplexTypeBase

Nome do espaço: Aspose.Imaging.Xmp.Types.Complex Assembleia: Aspose.Imaging.dll (25.4.0)

Representa a abstração de base para o tipo de valor XMP Complex.

[JsonObject(MemberSerialization.OptIn)]
public class ComplexTypeBase : XmpTypeBase, IXmpType, ICloneable

Inheritance

object XmpTypeBase ComplexTypeBase

Derived

ColorantBase , Dimensions , Font , ResourceEvent , ResourceRef , Thumbnail , Version

Implements

IXmpType , ICloneable

Membros herdados

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

Remarks

Veja mais: Especificação XMP Parte 2, Capítulo 1.2.2

Constructors

ComplexTypeBase(Título, Título)

Inicia uma nova instância da classe Aspose.Imaging.Xmp.Types.Complex.TypeBase.

public ComplexTypeBase(string prefix, string namespaceUri)

Parameters

prefix string

e o prefixo.

namespaceUri string

O nome da URI.

Exceptions

ArgumentNullException

Prefixo é zeroouNúmero é nulo

Fields

Vivalência

O Dicionário dos Valores

[JsonProperty]
protected Dictionary<string, object=""> VValues

Valor de campo

Dictionary e o PT; string , object >

Properties

NamespaceUri

Obtenha o nome padrão URI.

public string NamespaceUri { get; }

Valor da propriedade

string

Prefix

Obtenha o prefixo.

public string Prefix { get; }

Valor da propriedade

string

Methods

Add(Título, Objeto)

Adicione a chave especificada.

protected void Add(string key, object value)

Parameters

key string

A representação da fila da chave que é identificada com valor acrescentado.

value object

O valor a ser adicionado.

GetXmpRepresentation()

Obtenha o valor contido na fila em formato XMP.

public override string GetXmpRepresentation()

Returns

string

Retorna o valor contido na fila em formato XMP.</string,>

 Português