Show / Hide Table of Contents

Class MetadataScreenshotAttachment

Implementation of the IAttachmentType for images with metadata. Uses ArubaAttachmentTypeBase.

Inheritance
object
ArubaAttachmentTypeBase
ScreenshotAttachment
MetadataScreenshotAttachment
Implements
IAttachmentType
IEquatable<IAttachmentType>
Inherited Members
ScreenshotAttachment.CaptureInterface
ScreenshotAttachment.EditorPath
ScreenshotAttachment.FileFilter
ScreenshotAttachment.SupportedExtensions
ScreenshotAttachment.TempDirectory
ArubaAttachmentTypeBase.Parameters
ArubaAttachmentTypeBase.Equals(IAttachmentType)
ArubaAttachmentTypeBase.Equals(object)
ArubaAttachmentTypeBase.GetHashCode()
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class MetadataScreenshotAttachment : ScreenshotAttachment, IAttachmentType, IEquatable<IAttachmentType>

Constructors

View Source

MetadataScreenshotAttachment()

Initializes a new instance of the MetadataScreenshotAttachment class.

Declaration
public MetadataScreenshotAttachment()

Fields

View Source

DefaultExtensionParameterName

The name of the default extension parameter.

Declaration
public const string DefaultExtensionParameterName = "Default Extension"
Field Value
Type Description
string
View Source

MetadataDestinationParameterName

The name of the metadata storage parameter.

Declaration
public const string MetadataDestinationParameterName = "Metadata Storage"
Field Value
Type Description
string
View Source

MetadataValueParameterName

The name of the metadata parameter.

Declaration
public const string MetadataValueParameterName = "Tokenized Metadata"
Field Value
Type Description
string

Properties

View Source

Name

Gets the name.

Declaration
public override string Name { get; }
Property Value
Type Description
string
Overrides
ScreenshotAttachment.Name
View Source

ShowOnlyInTemplateEditor

Gets a value indicating whether the AttachmentType should only be available in the template editor.

Declaration
public override bool ShowOnlyInTemplateEditor { get; }
Property Value
Type Description
bool
Overrides
ArubaAttachmentTypeBase.ShowOnlyInTemplateEditor

Methods

View Source

CreateNew()

Creates a new screenshot attachment.

Declaration
public override IAttachmentType CreateNew()
Returns
Type Description
IAttachmentType

The attachment.

Overrides
ScreenshotAttachment.CreateNew()
View Source

CreateNewParameters()

Creates new collection of AttachmentParameterDefinition.

Declaration
public override IEnumerable<AttachmentParameterDefinition> CreateNewParameters()
Returns
Type Description
IEnumerable<AttachmentParameterDefinition>

The attachment parameters collection.

Overrides
ArubaAttachmentTypeBase.CreateNewParameters()

Implements

IAttachmentType
IEquatable<T>
  • View Source
In this article
Back to top Generated by DocFX