Class ComplexTypeBase

Class ComplexTypeBase

Название пространства: Aspose.Imaging.Xmp.Types.Complex Ассоциация: Aspose.Imaging.dll (25.4.0)

Представляет базовую абстракцию для типа значения 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

Наследованные члены

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

Смотреть больше: Спецификация XMP Часть 2, Глава 1.2.2

Constructors

ComplexTypeBase(Стринг, Стринг)

Инициализует новую инстанцию класса Aspose.Imaging.Xmp.Types.Complex.

public ComplexTypeBase(string prefix, string namespaceUri)

Parameters

prefix string

Это и префикс.

namespaceUri string

Название URI.

Exceptions

ArgumentNullException

Префикс нулевойилиНазвание: Null

Fields

ВВАЛУЕ

Словарь ценностей

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

Полевая ценность

Dictionary • < string , object >

Properties

NamespaceUri

Получается подразумеваемое название URI.

public string NamespaceUri { get; }

Стоимость недвижимости

string

Prefix

Получить префикс.

public string Prefix { get; }

Стоимость недвижимости

string

Methods

Add(Объекты, объекты)

Добавьте указанный ключ.

protected void Add(string key, object value)

Parameters

key string

Знак представляет собой ключ, который идентифицируется с добавленной стоимостью.

value object

Ценность, которую надо добавить.

GetXmpRepresentation()

Получается содержащаяся в строке стоимость в формате XMP.

public override string GetXmpRepresentation()

Returns

string

Возвращает содержащуюся в строке ценность в формате XMP.</string,>

 Русский