Class ResourceEvent

Class ResourceEvent

Namespace: Aspose.Imaging.Xmp.Types.Complex.ResourceEvent
Assembly: Aspose.Imaging.dll (25.2.0)

Containing dimensions for a drawn object.

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

Inheritance

objectXmpTypeBaseComplexTypeBaseResourceEvent

Implements

IXmpType, ICloneable

Inherited Members

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

Gets or sets action.

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

Property Value

string

Examples

Defined values are: converted, copied, created, cropped, edited, filtered, formatted, version_updated, printed, published, managed, produced, resized, saved. New values should be verbs in the past tense.

ActionDate

Gets or sets the action date.

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

Property Value

DateTime

Changed

Gets or sets the semicolon-delimited list of the parts of the resource that were changed since the previous event history.

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

Property Value

string

InstanceId

Gets or sets value of the xmpMM:InstanceId.

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

Property Value

Guid

Parameters

Gets or sets the additional description of the action.

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

Property Value

string

SofwareAgentName

Gets or sets the software agent name.

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

Property Value

string

Methods

GetXmpRepresentation()

Gets the string contained value in XMP format.

public override string GetXmpRepresentation()

Returns

string

Returns the string contained value in XMP format.