Class ComplexTypeBase
İsim alanı : Aspose.Imaging.Xmp.Types.Complex Toplantı: Aspose.Imaging.dll (25.4.0)
XMP Kompleks değer tipi için temel abstraksiyonu temsil eder.
[JsonObject(MemberSerialization.OptIn)]
public class ComplexTypeBase : XmpTypeBase, IXmpType, ICloneable
Inheritance
object ← XmpTypeBase ← ComplexTypeBase
Derived
ColorantBase , Dimensions , Font , ResourceEvent , ResourceRef , Thumbnail , Version
Implements
mirasçı üyeleri
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
Daha fazlasını gör: XMP Özellikleri Bölüm 2, Bölüm 1.2.2
Constructors
ComplexTypeBase(String ve String)
Aspose.Imaging.Xmp.Types.Complex.ComplexTypeBase sınıfının yeni bir örneğini başlatır.
public ComplexTypeBase(string prefix, string namespaceUri)
Parameters
prefix
string
Önceki Önceki yazı
namespaceUri
string
Adı Soyadı URI.
Exceptions
Önceki İçerikNullveyaNamespaceUri sıfır
Fields
Yorumlar
Değerler Sözlüğü
[JsonProperty]
protected Dictionary<string, object=""> VValues
alan değeri
Dictionary < için; string , object >
Properties
NamespaceUri
İsim alanı URI’yi alır.
public string NamespaceUri { get; }
Mülkiyet Değer
Prefix
Önceki Önceki yazı:
public string Prefix { get; }
Mülkiyet Değer
Methods
Add(Çerçeve , Object)
Belirlenen anahtarı ekleyin.
protected void Add(string key, object value)
Parameters
key
string
Ek değerle tanımlanan anahtarın çizgi temsilciliği.
value
object
Buna eklemek için değer.
GetXmpRepresentation()
Çizgi içerdiği değeri XMP biçiminde alır.
public override string GetXmpRepresentation()
Returns
XMP biçiminde satılan değeri döndürür.</string,>