Class XmpGuid

Class XmpGuid

نام ها : Aspose.Imaging.Xmp.Types.Derived جمع آوری: Aspose.Imaging.dll (25.4.0)

XMP یک شناسه منحصر به فرد جهانی است.

[JsonObject(MemberSerialization.OptIn)]
public sealed class XmpGuid : XmpTypeBase, IXmpType, ICloneable

Inheritance

object XmpTypeBase XmpGuid

Implements

IXmpType , ICloneable

اعضای ارثی

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)

شروع یک مثال جدید از کلاس Aspose.Imaging.Xmp.Types.Derived.XmpGuid.

public XmpGuid(string value)

Parameters

value string

ارزش آن است.

Exceptions

ArgumentNullException

ارزش صفر است.

ArgumentException

ارزش هدایت معلول؛ ارزش هدایت

XmpGuid(Guid)

شروع یک مثال جدید از کلاس Aspose.Imaging.Xmp.Types.Derived.XmpGuid.

public XmpGuid(Guid guid)

Parameters

guid Guid

یک شناسه منحصر به فرد

Properties

Prefix

پیش فرض را به عنوان uuid دریافت یا تنظیم کنید.

[JsonProperty]
public string Prefix { get; set; }

ارزش املاک

string

Value

ارزش را دریافت یا تعیین می کند.

[JsonProperty]
public Guid Value { get; set; }

ارزش املاک

Guid

Methods

GetXmpRepresentation()

ارزش شاخه را در فرمت XMP دریافت می کند.

public override string GetXmpRepresentation()

Returns

string

بازگرداندن مقدار حاوی نوار در فرمت XMP.

 فارسی