Class ResourceEvent
Namespace: Aspose.Imaging.Xmp.Types.Complex.ResourceEvent
Assembly: Aspose.Imaging.dll (25.4.0)
Containing dimensions for a drawn object.
[JsonObject(MemberSerialization.OptIn)]
public sealed class ResourceEvent : ComplexTypeBase, IXmpType, ICloneable
Inheritance
object ← XmpTypeBase ← ComplexTypeBase ← ResourceEvent
Implements
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
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
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
InstanceId
Gets or sets value of the xmpMM:InstanceId.
[JsonProperty]
public Guid InstanceId { get; set; }
Property Value
Parameters
Gets or sets the additional description of the action.
[JsonProperty]
public string Parameters { get; set; }
Property Value
SofwareAgentName
Gets or sets the software agent name.
[JsonProperty]
public string SofwareAgentName { get; set; }
Property Value
Methods
GetXmpRepresentation()
Gets the string contained value in XMP format.
public override string GetXmpRepresentation()
Returns
Returns the string contained value in XMP format.