Class ComplexTypeBase

Class ComplexTypeBase

Tên không gian: Aspose.Imaging.Xmp.Types.Complex Tổng hợp: Aspose.Imaging.dll (25.4.0)

Nó đại diện cho sự trừu tượng cơ bản cho loại giá trị 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

Thành viên thừa kế

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

Xem thêm: XMP Thông số kỹ thuật Phần 2, Chương 1.2.2

Constructors

ComplexTypeBase(Thẻ, string)

Bắt đầu một trường hợp mới của lớp Aspose.Imaging.Xmp.Types.Complex.

public ComplexTypeBase(string prefix, string namespaceUri)

Parameters

prefix string

Cái Prefix

namespaceUri string

Tên miền URI.

Exceptions

ArgumentNullException

Prefix là nullhoặcnamespaceUri là null

Fields

Đánh giá

Lời bài hát Value Dictionary

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

Giá trị Field

Dictionary < string , object >

Properties

NamespaceUri

Nhận tên mặc định URI.

public string NamespaceUri { get; }

Giá trị bất động sản

string

Prefix

Nhận được Prefix.

public string Prefix { get; }

Giá trị bất động sản

string

Methods

Add(Thẻ, Object)

Thêm chìa khóa cụ thể.

protected void Add(string key, object value)

Parameters

key string

Hiển thị dòng của khóa được xác định với giá trị thêm.

value object

Giá trị để thêm vào.

GetXmpRepresentation()

Nhận giá trị dòng chứa trong định dạng XMP.

public override string GetXmpRepresentation()

Returns

string

Trả lại giá trị của string trong định dạng XMP.</string,>

 Tiếng Việt