Show / Hide Table of Contents

Class CustomAttachmentBase

Base class for gathering custom attachments.

Inheritance
object
CustomAttachmentBase
TestTitleCustomAttachments
TestCustomAttachments
Implements
ICustomAttachments
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure
Assembly: Aruba.Infrastructure.dll
Syntax
public class CustomAttachmentBase : ICustomAttachments

Methods

View Source

GetAllAttachmentMethodNames()

Gets the names of all of the attachment methods that will be displayed in the UI.

Declaration
public IEnumerable<string> GetAllAttachmentMethodNames()
Returns
Type Description
IEnumerable<string>

The names of all of the methods that return a path to a custom attachment.

View Source

GetAttachmentFunction(string)

Retrieves a delegate of the specified method.

Declaration
public CustomAttachmentFunction GetAttachmentFunction(string methodName)
Parameters
Type Name Description
string methodName

Name of the method to retrieve.

Returns
Type Description
CustomAttachmentFunction

A CustomAttachmentFunction delegate of the specified method.

Implements

ICustomAttachments
  • View Source
In this article
Back to top Generated by DocFX