Class Version
Nama dari : Aspose.Imaging.Xmp.Types.Complex.Version Pengumpulan: Aspose.Imaging.dll (25.4.0)
menggambarkan satu versi dokumen.
[JsonObject(MemberSerialization.OptIn)]
public sealed class Version : ComplexTypeBase, IXmpType, ICloneable
Inheritance
object ← XmpTypeBase ← ComplexTypeBase ← Version
Implements
anggota yang diwarisi
ComplexTypeBase.GetXmpRepresentation() , ComplexTypeBase.Prefix , ComplexTypeBase.NamespaceUri , XmpTypeBase.GetXmpRepresentation() , XmpTypeBase.ToString() , XmpTypeBase.Clone() , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
Version()
[JsonConstructor]
public Version()
Properties
Comments
Dapatkan atau meletakkan komentar.
[JsonProperty]
public string Comments { get; set; }
Nilai Properti
ModifiedDate
Dapatkan atau menetapkan tanggal yang diubah.
[JsonProperty]
public DateTime ModifiedDate { get; set; }
Nilai Properti
Modifier
Dapatkan atau menetapkan modifier.
[JsonProperty]
public string Modifier { get; set; }
Nilai Properti
VersionEvent
Dapatkan atau menetapkan Aspose.Imaging.Xmp.Types.Complex.ResourceEvent.ResourceEvent.
[JsonProperty]
public ResourceEvent VersionEvent { get; set; }
Nilai Properti
VersionText
Dapatkan atau menetapkan versi teks.
[JsonProperty]
public string VersionText { get; set; }
Nilai Properti
Methods
GetXmpRepresentation()
Dapatkan nilai string yang terkandung dalam format XMP.
public override string GetXmpRepresentation()
Returns
Mengembalikan nilai string yang terkandung dalam format XMP.