Class XmpGuid
ja nimityö: Aspose.Imaging.Xmp.Types.Derived Kokoelma: Aspose.Imaging.dll (25.4.0)
XMP on maailmanlaajuinen yksilöllinen tunniste.
[JsonObject(MemberSerialization.OptIn)]
public sealed class XmpGuid : XmpTypeBase, IXmpType, ICloneable
Inheritance
object ← XmpTypeBase ← XmpGuid
Implements
Perintöjäsenet
XmpTypeBase.GetXmpRepresentation() , XmpTypeBase.ToString() , XmpTypeBase.Clone() , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
XmpGuid(String)
Aloitetaan uusi esimerkki Aspose.Imaging.Xmp.Types.Derived.xmpGuid luokka.
public XmpGuid(string value)
Parameters
value
string
ja arvoa .
Exceptions
Arvo on nolla.
Invalid ohjausarvo;arvo
XmpGuid(Guid)
Aloitetaan uusi esimerkki Aspose.Imaging.Xmp.Types.Derived.xmpGuid luokka.
public XmpGuid(Guid guid)
Parameters
guid
Guid
ainutlaatuinen tunniste.
Properties
Prefix
Saa tai asettaa ennakkoasetuksen kuin uuid.
[JsonProperty]
public string Prefix { get; set; }
Omistuksen arvo
Value
Antaa tai asettaa arvon.
[JsonProperty]
public Guid Value { get; set; }
Omistuksen arvo
Methods
GetXmpRepresentation()
Saat sarjan sisältämän arvon XMP-muodossa.
public override string GetXmpRepresentation()
Returns
Palauttaa sarjan sisältämä arvo XMP-muodossa.