Class ResourceEvent
ResourceEvent class
Containing dimensions for a drawn object.
public sealed class ResourceEvent : ComplexTypeBase
Constructors
Properties
| Name | Description |
|---|
| Action { get; set; } | Gets or sets action. |
| ActionDate { get; set; } | Gets or sets the action date. |
| Changed { get; set; } | Gets or sets the semicolon-delimited list of the parts of the resource that were changed since the previous event history. |
| InstanceId { get; set; } | Gets or sets value of the xmpMM:InstanceId. |
| NamespaceUri { get; } | Gets the default namespace URI. |
| Parameters { get; set; } | Gets or sets the additional description of the action. |
| Prefix { get; } | Gets the prefix. |
| SofwareAgentName { get; set; } | Gets or sets the software agent name. |
Methods
| Name | Description |
|---|
| virtual Clone() | Clones this instance. |
| override GetXmpRepresentation() | Gets the string contained value in XMP format. |
| override ToString() | Gets this XMP data as string. |
See Also