Class ResourceEvent
Containing dimensions for a drawn object.
public sealed class ResourceEvent : ComplexTypeBase, IXmpType
- Inheritance
-
ResourceEvent
- Implements
- Inherited Members
Constructors
ResourceEvent()
public ResourceEvent()
Properties
Action
Gets or sets action.
public string Action { get; set; }
Property Value
- string
The action.
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.
public DateTime ActionDate { get; set; }
Property Value
- DateTime
The action date.
Changed
Gets or sets the semicolon-delimited list of the parts of the resource that were changed since the previous event history.
public string Changed { get; set; }
Property Value
- string
The semicolon-delimited list of the parts of the resource that were changed since the previous event history.
InstanceId
Gets or sets value of the xmpMM:InstanceId.
public Guid InstanceId { get; set; }
Property Value
- Guid
The value of the xmpMM:InstanceId.
Parameters
Gets or sets the additional description of the action.
public string Parameters { get; set; }
Property Value
- string
The additional description of the action.
SofwareAgentName
Gets or sets the software agent name.
public string SofwareAgentName { get; set; }
Property Value
- string
The software agent name.
Methods
GetXmpRepresentation()
Gets the string contained value in XMP format.
public override string GetXmpRepresentation()
Returns
- string
Returns the string contained value in XMP format.