Class ComplexTypeBase
ชื่อพื้นที่: Aspose.Imaging.Xmp.Types.Complex การประกอบ: Aspose.Imaging.dll (25.5.0)
แสดงตัวอธิบายพื้นฐานสําหรับประเภทมูลค่า XMP Complex
[JsonObject(MemberSerialization.OptIn)]
public class ComplexTypeBase : XmpTypeBase, IXmpType, ICloneableInheritance
object ← XmpTypeBase ← ComplexTypeBase
Derived
ColorantBase , Dimensions , Font , ResourceEvent , ResourceRef , Thumbnail , Version
Implements
อนุญาโตตุลาการ
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.TypeBase
public ComplexTypeBase(string prefix, string namespaceUri)Parameters
prefix string
ข้อกําหนด
namespaceUri string
ชื่อพื้นที่ URI
Exceptions
Prefix เป็น nullหรือnameespaceUri เป็น null
Fields
วาล์ว
คะแนนคําพูด
[JsonProperty]
protected Dictionary<string, object=""> VValuesหมายเลข
Dictionary < string , object >
Properties
NamespaceUri
ได้รับการตั้งค่า nameespace URI
public string NamespaceUri { get; }คุณสมบัติมูลค่า
Prefix
ได้รับการกําหนดค่า
public string Prefix { get; }คุณสมบัติมูลค่า
Methods
Add(วัตถุ วัตถุ)
เพิ่มกุญแจที่ระบุ
protected void Add(string key, object value)Parameters
key string
แสดงเส้นของกุญแจที่ระบุด้วยค่าเพิ่ม
value object
ค่าใช้จ่ายที่จะเพิ่ม
GetXmpRepresentation()
รับความหมายของ string ในรูปแบบ XMP
public override string GetXmpRepresentation()Returns
กลับค่าที่ประกอบด้วย string ในรูปแบบ XMP</string,>