Table of Contents

Class MailReportParameter

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

Represents a mail report parameter.

public class MailReportParameter
Inheritance
MailReportParameter
Extension Methods

Constructors

MailReportParameter(IActionableElement, string)

Initializes a new instance of the MailReportOptions class using the specified dummy and parameter name.

MailReportParameter(IActionableElement, string, string)

Initializes a new instance of the MailReportOptions class using the specified dummy, parameter name and index.

MailReportParameter(IActionableElement, string, string, MailReportParameterFlags)

Initializes a new instance of the MailReportOptions class using the specified dummy, name and mail report parameter options.

MailReportParameter(int)

Initializes a new instance of the MailReportOptions class using the specified parameter ID.

MailReportParameter(int, string)

Initializes a new instance of the MailReportOptions class using the specified parameter ID and index.

MailReportParameter(int, string, MailReportParameterFlags)

Initializes a new instance of the MailReportOptions class using the specified parameter ID, index and mail report parameter options.

Properties

Options

Gets or sets the mail report parameter options.

ParameterID

Gets or sets the parameter ID.

RowFilter

Gets or sets the row filter.

Methods

ToIncludedParametersString(params MailReportParameter[])

Converts the provided mail report parameters to a string representation.

ToIncludedParametersString(List<MailReportParameter>)

Converts the provided mail report parameter list to a string representation.