Class ResourceEvent

Class ResourceEvent

İsim alanı : Aspose.Imaging.Xmp.Types.Complex.ResourceEvent Toplantı: Aspose.Imaging.dll (25.4.0)

Çekilmiş bir nesne için boyutları içerir.

[JsonObject(MemberSerialization.OptIn)]
public sealed class ResourceEvent : ComplexTypeBase, IXmpType, ICloneable

Inheritance

object XmpTypeBase ComplexTypeBase ResourceEvent

Implements

IXmpType , ICloneable

mirasçı üyeleri

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

ResourceEvent()

[JsonConstructor]
public ResourceEvent()

Properties

Action

eylem yapar ya da yapar.

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

Mülkiyet Değer

string

Examples

Değiştirilmiş değerler şunlardır: dönüştürülmüş, kopyalanmış, oluşturulmuş, toplanmış, düzenlenmiş, filtrelenmiş, biçimlendirilmiş, version_updated, yazdırılmış, yayınlanmış, yönetilmiş, üretilmiş, yeniden düzenlenmiş, kaydedilmiş.Yeni değerler geçmişte sözcükler olmalıdır.

ActionDate

Giriş veya eylem tarihini belirleyin.

[JsonProperty]
public DateTime ActionDate { get; set; }

Mülkiyet Değer

DateTime

Changed

Önceki etkinlik tarihinden bu yana değiştirilen kaynak parçalarının yarı-sınırlı listesini alır veya koyar.

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

Mülkiyet Değer

string

InstanceId

xmpMM:InstanceId değerini alır veya ayarlar.

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

Mülkiyet Değer

Guid

Parameters

Etkinliğin ek açıklamasını alır veya koyar.

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

Mülkiyet Değer

string

SofwareAgentName

Yazılım aracının adını alır veya ayarlar.

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

Mülkiyet Değer

string

Methods

GetXmpRepresentation()

Çizgi içerdiği değeri XMP biçiminde alır.

public override string GetXmpRepresentation()

Returns

string

XMP biçiminde satılan değeri döndürür.

 Türkçe